node-red-docker icon indicating copy to clipboard operation
node-red-docker copied to clipboard

Define niceness of the process - High priority

Open thalesmaoa opened this issue 1 year ago • 1 comments

I'm running the nodered docker container. I noticed that decrease priority is easy with docker commands. However, increase priority I must use nice. Is there a way to implement it inside the container?

$ ps -axl | grep node-red
4  1000  4123  4054  20   0 254804 129280 -     Rl   ?         18:09 node-red

Now, it is set to 0. I want to set it to -19.

thalesmaoa avatar Apr 03 '23 19:04 thalesmaoa

I don't think you can set this within the container... but it's more of a docker question than Node-RED so the experts on docker may know different.

dceejay avatar Apr 04 '23 16:04 dceejay