Revision: 51f2e1abf1c9
Branch: default
Author:
j...@nella.org
Date: Wed Nov 19 23:32:45 2014 UTC
Log: Edited wiki page GoArm through web user interface. fix typo.
https://code.google.com/p/go-wiki/source/detail?r=51f2e1abf1c9&repo=wiki
Modified:
/GoArm.wiki
=======================================
--- /GoArm.wiki Sat Jun 21 11:58:06 2014 UTC
+++ /GoArm.wiki Wed Nov 19 23:32:45 2014 UTC
@@ -43,7 +43,7 @@
builds utilizing all available cores, and you can work around that by
using the `taskset(1)` utility
to limit Go to only use one core without resorting to swaps.
{{{
-tasket 1 ./make.bash # use 3 if you want to use two cores
+taskset 1 ./make.bash # use 3 if you want to use two cores
}}}
Note: the 1 here is a bitmask for cpu affinity and it's not the number of
cpu cores you're
willing to use, please refer to `taskset(1)` manual for details.