do changes in /etc/security/limits.conf require a reboot?
Do changes in /etc/security/limits.conf require a reboot before taking effect?
Do changes in /etc/security/limits.conf require a reboot before taking effect?
How would you set a ulimit on a systemd service unit?
To prevent fork bomb I followed this http://www.linuxhowtos.org/Tips%20and%20Tricks/ulimit.htm
To solve the problem in https://unix.stackexchange.com/a/446428/674, I followed https://stackoverflow.com/a/17483998/156458, but it doesn’t set core file limit size?
Context for the question: According to POSIX specs, ARG_MAX is maximum length of command-line arguments to exec() family of functions. Which lead me to believe that’s actual number of arguments, however that clearly didn’t work: $ ulimit -s 8192 $ touch {1..18000}.jpg $ rm *.jpg $ Clearly, this works fine, despite being in length over … Read more
I’m looking for a way to limit a processes disk io to a set speed limit. Ideally the program would work similar to this:
What is the difference between hard and soft limits in ulimit?
If I want to see all relevant log files of my apache2 server at once, I use