/etc/security/limits.conf for setting program limits in Linux
- by Flavius Akerele
I have the following inside /etc/security/limits.conf
(I have specified root separately because * will not include it.)
user2 - core unlimited
* - core 0
root - core 0
* - rss 512000
root - rss 512000
* - nproc 100
root …