David Anderson
David Anderson
I couldn't repro this with Windows / master. Did you do new user or existing user (I tried both)
Vitalii, if you have a Linux/GUI environment, please try to repro this
The BOINC client looks for a program called 'VBoxSVC.exe' (case sensitive) and, if any VM apps are running, counts its CPU time as due to BOINC. To check this, can...
Aha. That's the culprit. We'll fix it ASAP. Thanks.
It would be possible but I doubt that happens in practice (running BOINC/LHC and running another CPU-intensive VBox VM) so let's hold off. BTW, looking at the vboxwrapper code (vbox_common.cpp)...
I suggest that we make sure all the information here is in the online documentation (e.g. https://boinc.berkeley.edu/wiki/BOINC_Manager), then close this issue.
A major goal of the BOINC client is to not affect user-visible system performance. Hence the asymmetry: if it looks like the user is doing something CPU-intensive, we want to...
BTW we sample CPU usage every 10 seconds; we can't wait for a 2nd sample
I don't understand the above. What does 'GPU priority application' mean in 3) and 4), and what do 'Run' and 'Close' mean? Does the task in 1) need to be...
Notes: Docker uses HTTPS to fetch images. Plan: * docker_wrapper parses the output of the create image command, checking for an error indicating lack of physical network connection (as opposed...