citusdata / test-automation

Tools for making our tests easier to run
14 stars 5 forks source link

Increase per process max file limit #194

Open SaitTalhaNisanci opened 4 years ago

SaitTalhaNisanci commented 4 years ago

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