set ulimit -n to 4096.

This commit is contained in:
Gabriel Ebner 2015-06-02 12:38:56 +02:00
parent a6d565a552
commit 1d0bd6365d

@ -110,6 +110,11 @@
# IntelliJ # IntelliJ
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288; 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" = { fileSystems."/mnt/vaccaria" = {
device = "//vaccaria.mtlaa.gebner.org/export"; device = "//vaccaria.mtlaa.gebner.org/export";
fsType = "cifs"; fsType = "cifs";