Has anyone seen if changing the nice level on linux makes a big diff in computational time? Right now the default is 19 (I think) and I was wondering if changing it to say 5 or so would make a big diff. I would just change it and see myself but the box is in a closet just running with out a monitor or keyboard or anything, so it's kind of a hassel so I thought I'd ask first if it's worth it.
Thanks!
Copyright © 2024 Einstein@Home. All rights reserved.
Linux - does changing 'nice' make a big diff??
)
> Has anyone seen if changing the nice level on linux makes a big diff in
> computational time? Right now the default is 19 (I think) and I was wondering
> if changing it to say 5 or so would make a big diff. I would just change it
> and see myself but the box is in a closet just running with out a monitor or
> keyboard or anything, so it's kind of a hassel so I thought I'd ask first if
> it's worth it.
If you don't have anything else taking significant CPU time in the machine, no, it will make no difference whatsoever. If you are using the machine interactively, making BOINC less nice will make your machine less responsive. At the extreme, it could virtually bring it to a standstill on all other tasks.
Be lucky,
Neil
well i guess in this case it
)
well i guess in this case it would make zero diff then because that's all the machine is doing, crunching einstein
Thanks!
Actually it seems so, I
)
Actually it seems so, I lowered it to 1 on one of my comps in order to beat the deadline of a wu, and it worked, but I had to forcingly (pressing RESET button) to gain control of it again...
> Actually it seems so, I
)
> Actually it seems so, I lowered it to 1 on one of my comps in order to beat
> the deadline of a wu, and it worked, but I had to forcingly (pressing RESET
> button) to gain control of it again...
>
I tried lowerning the nice-level too, with good results. However I was
A) running ClimaPrediction under BOINC, not Einstein@Home.
Also I did this on a
B) laptop computer with frequency management of the CPU.
When running at a nice level of 19, my CPU was at about 500 MHz, however when decreasing the nice level to 1 (or was it 0 ?) the CPU used its full power at 1500 MHz, and the cooler fan ran at top speed. I did not notice any annoying sluggisness, though. I could keep on browsing the web, while having the CPU full throttle.
Needless to say I had adjusted my preferences to "run-always" for BOINC, otherwise it would of course step down whenever used keyboard or mouse.
Best Regards,
Morten
> B) laptop computer with
)
> B) laptop computer with frequency management of the CPU.
>
> When running at a nice level of 19, my CPU was at about 500 MHz,
Hi,
the frequency management is configured to ignore niced processes. So it will not increase the frequency and core voltages if a process has 100% cpu and a nice level > 0. You can edit the config file which belongs to your management software to count niced processes as well.
regards