It looks like the launchd.conf
does not load my environment variable anymore.
Has anyone else noticed that?
Is there another solution to permanently set
What did work for me (inspired from aax' thanks) :
Paste this into /Library/LaunchDaemons/com.apple.launchd.limit.plist then reboot :
Label
eicar
ProgramArguments
/bin/launchctl
limit
maxfiles
16384
16384
RunAtLoad
ServiceIPC
If you need it step by step :
⌘+v
). This will force the limit to 16384 files per process and 16384 files totalesc
then :wq
I hope this helped you.