I have set RSS limits that procs show they should be obeying, but are not.

cat /etc/security/limits.conf | grep rss
#        - rss - max resident set size (KB)
*               soft    rss             35000
*               hard    rss             45000

 sudo cat /proc/9284/limits | grep resident
Max resident set          35840000             46080000             bytes

sudo cat /proc/9284/status | grep RSS
VmRSS:     66220 kB


Did I miss something here, or is this broken?

Reply via email to