Skip to main content

All Questions

Tagged with
1 vote
0 answers
537 views

how to prioritize windows process to WSL tasks?

I have a Windows OS, with a WSL installed. I am running some computation heavy processes in WSL, written in Fortran, submit using nohup, which usually takes 10 hours to complete a task. I wanted to ...
Raymond Chen's user avatar
0 votes
1 answer
216 views

Extra low priority processes in linux?

On Linux processes have "nice" values ranging from -20 to 19. I wish I could assign even lower priority like 100 so that "background work" will yield as much as possible to other process but still ...
h2kyeong's user avatar
  • 103
0 votes
0 answers
64 views

Nicing processes and unresponsive computers

I've a of process running on a machine. The machines are 6-core hyperthreaded for an effective total of 12 cores and the process takes 400% of the cpu so 4 cores. I niced the process to +19 for a ...
Opt's user avatar
  • 271
0 votes
2 answers
1k views

Why I can decrease the process's priority by using nice() function with a typical user permission(except ROOT) in linux?

As I understand every user in linux can change the every process's priority by using nice and renice commands. Also I know that the all users just can increase the priority of processes and the only ...
user avatar
3 votes
4 answers
3k views

ALWAYS run commands with low priority on unix?

I am not asking how to nice and renice a command on UNIX. What happens is that on a particular machine into which I frequently log I am only allowed to run long-running processes with low priority (...
laramichaels's user avatar