Hey,

i did search through the options but could not find anything. did i miss something? i also cant find /etc/security/limits.d/ on my system

i want to set the ulimits in nix style.
for example ejabberd user open files 65536

security.ulimits = {
  ejabberd = {
    soft = {
      nofile = 65536;
      nproc = 65536;
    };
    hard = {
      nofile = 65536;
      nproc = 65536;
    };
  };
};


cheers,
peter
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to