I created a file called "cc_config.xml" with the following content
<cc_config>
<no_cpu>1</no_cpu>
</cc_config>
but nothing happens. It still uses 2 cores.
Printable View
I created a file called "cc_config.xml" with the following content
<cc_config>
<no_cpu>1</no_cpu>
</cc_config>
but nothing happens. It still uses 2 cores.
Close, but not quite. :)
http://boinc.berkeley.edu/wiki/Client_configuration
So it should be
Code:<cc_config>
<options>
<ncpus>1</ncpus>
</options>
</cc_config>
Quote:
Originally Posted by Wiki
If you're using the BOINC manager, in advanced view, you can click on [Tools] [Computing Preferences], and under the "processor usage" tab, near the bottom of the form, change "on multiprocessor systems, use at most" to 50%.
Thank you both, it's now working.
Carlos
You can use prolasso assigning one of the cores to crunch and the other to make all the usual work of the computer. Prolasso is free. Why don't you take a look on it.