Thanks for replying...
I have noticed I can set the memory limit per process in /etc/profile
Quote:
ulimit -n 4096 -u 14335 -m unlimited -d unlimited -s 8192 -c 1000000 -v unlimited 2>/dev/null
|
I have two questions:
1.) Will changes to this file affect every user on the server?
2.) What would be a good limit to place on "max memory size" and "virtual memory" and should they be the same?
Note: My system currently has 8GB of RAM.