I have the following config for my Linux client:
Code: Select all
<config>
<user value="XXXXXX"/> <!-- Enter your user name here -->
<team value="XXXXXX"/> <!-- Your team number -->
<passkey value="XXXXXX"/> <!-- 32 hexadecimal characters if provided -->
<data-directory value="/var/cache/fahclient/"/>
<core-dir value="/var/cache/fahclient/"/>
<power value="full"/>
<max-packet-size value="big"/>
<gpu value="true"/> <!-- If true, attempt to autoconfigure GPUs -->
<fold-anon value="false"/>
<checkpoint value="3"/>
<slot id="0" type="CPU"/>
<slot id="1" type="GPU"/>
<allow>127.0.0.1 x.x.x.x</allow>
<web-allow>127.0.0.1 x.x.x.x</web-allow>
</config>
Code: Select all
Folding Slot Configuration:
(...)
cpu-type <string=AMD64>
CPU type.
cpus <integer=-1>
How many CPUs a slot should use. <= 0 will use all the CPUs detected in the
system.
Adding cpus to <slot id="0" type="CPU" cpus="4"/> doesn't seem to work. Is there any comprehensible documentation about this?