Bit Twister
2012-11-28 17:18:37 UTC
What value should be a typical/normal ulimit nproc be for the typical
home system?
Ignore memory and cpu and normal load for the discussion.
Why? you ask.
The command pegged the system. I love VirtualBox for experiments. :-8
http://cyberarms.wordpress.com/2012/11/26/an-eleven-character-linux-denial-of-service-attack-how-to-defend-against-it/
What would be the directive in /etc/security/limits.conf?
System is currently loafing at
$ ps aux | wc -l
240
Seems like the following would restrict root. :-(
#* soft core 0
#------------------------------------------------
* hard nproc 500
All my users are in their own group.
Would adding them to a "user" group allow me to use
@user hard nproc 50
?
home system?
Ignore memory and cpu and normal load for the discussion.
Why? you ask.
The command pegged the system. I love VirtualBox for experiments. :-8
http://cyberarms.wordpress.com/2012/11/26/an-eleven-character-linux-denial-of-service-attack-how-to-defend-against-it/
What would be the directive in /etc/security/limits.conf?
System is currently loafing at
$ ps aux | wc -l
240
Seems like the following would restrict root. :-(
#* soft core 0
#------------------------------------------------
* hard nproc 500
All my users are in their own group.
Would adding them to a "user" group allow me to use
@user hard nproc 50
?