I have installed Boinc on a bunch of raspberry pi's. This is the only thing they are used for except for ssh access for configuring.
Running with default options only two tasks are crunched simultaneously. This is evident, both with the "boinccmd --get_tasks" command which returns two current tasks, and the "top" command also shows two boinc threads processes 100%. This means two cores are running full load while the other two are idling.
I want to utilize all four cores, but do only have console access, so no BOINC manager.
I assume that the configuration in use is the /etc/boinc-client/cc_config.xml, and that the command to get the service to reread it is is boinccmd --read_cc_config.
I have looked over the config doc at https://boinc.berkeley.edu/wiki/client_configuration but cannot find any switches that appear to do what i need.