Questions and Answers :
Wish list :
Max CPU use
Message board moderation
Author | Message |
---|---|
Robert Gammon Send message Joined: 6 Jul 14 Posts: 1 Credit: 611,629 RAC: 0 |
On a multi core CPU, like many newer AMD and Intel processors, yafu takes as many cores as BOINC will allow. We need a way to limit yafu to some lower number of cores, somehow. Other projects need CPU cores to run, but yafu takes them all. Preferences on web site is ideal. 2, 3, 4, 5, 6... max cpu cores to run |
Dirk Broer Send message Joined: 21 Jul 13 Posts: 4 Credit: 14,577,362 RAC: 23,828 |
Copy the line below in notepad, name it app_config.xml and place this app_config.xml file in your Yafu directory: <app_config> <app_version> <app_name>yafu</app_name> <plan_class>mt</plan_class> <avg_ncpus>2</avg_ncpus> <cmdline>--nthreads 2</cmdline> </app_version> </app_config> |