set `ulimit -n` to 4096.

This commit is contained in:
Gabriel Ebner 2015-06-02 12:38:56 +02:00
parent a6d565a552
commit 1d0bd6365d
1 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,11 @@
# IntelliJ
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
# gapt: `ulimit -n` was 256
security.pam.loginLimits = [
{ domain = "*"; type = "-"; item = "nofile"; value = "4096"; }
];
fileSystems."/mnt/vaccaria" = {
device = "//vaccaria.mtlaa.gebner.org/export";
fsType = "cifs";