Stack , data and address space limits on an Ubuntu server
Posted
by
PaulDaviesC
on Server Fault
See other posts from Server Fault
or by PaulDaviesC
Published on 2013-10-31T02:40:24Z
Indexed on
2013/10/31
3:56 UTC
Read the original article
Hit count: 550
I am running an Ubuntu server which has around 5000 users. The users are allowed to SSH in to the system.
So in order to cap the memory used up by a process I have capped the address space
limits using limits.conf
. So my question is , should I be limiting the data
and stack
? I feel that is not required since I am capping address space
. Are there any pitfalls if I do not cap the stack
and data
limits?
© Server Fault or respective owner