diff --git a/usr/etc/security/limits.d/30-brew-limits.conf b/usr/etc/security/limits.d/30-brew-limits.conf new file mode 100644 index 00000000000..6decf5d202a --- /dev/null +++ b/usr/etc/security/limits.d/30-brew-limits.conf @@ -0,0 +1,8 @@ +#This file sets the resource limits for the users logged in via PAM. +#It does not affect resource limits of the system services. +#This file overrides defaults set in /etc/security/limits.conf + +* soft nofile 4096 +* hard nofile 8192 +root soft nofile 4096 +root hard nofile 8192 \ No newline at end of file