The default per process max file limit on linux based systems seems to be 1024 soft limit and 4096 hard limit. This can cause too many open files error if we are running some commands inside a detached sessions such as screen. We should increase this limit
The default per process max file limit on linux based systems seems to be 1024 soft limit and 4096 hard limit. This can cause
too many open files
error if we are running some commands inside a detached sessions such asscreen
. We should increase this limit