I am running 2 processes, both of which are memory pigs. One requests 14.5GB of memory, and the other 12.3GB of memory. My system only have 16GB of physical RAM available. I would like to run one of the processes at a lower priority, forcing it to use the swap file.
If I "nice", or "renice" the lower priority process, will that affect it's memory usage? Or at least it's physical memory usage?
The last time I tried this without "nice", my second (sequentially speaking) process ended up getting "kill -9"-ed by the system because it requested too much physical memory.
If I "nice", or "renice" the lower priority process, will that affect it's memory usage? Or at least it's physical memory usage?
The last time I tried this without "nice", my second (sequentially speaking) process ended up getting "kill -9"-ed by the system because it requested too much physical memory.