When I am running the test I get 'NL-Network-01' error which says too many files open after 2 minutes of test start.
In logs I can see below error-
- neoload.LG: Can't get CPU/Network/TCP info java.lang.RuntimeException: Cannot open file '/proc/stat'. The kernel needs to be compiled with support
for /proc filesystem enabled
at com.neotys.nl.controller.j.b.b(b.java:113)
at com.neotys.nl.controller.j.b.a(b.java:53)
at com.neotys.nl.controller.j.b.c(b.java:138)
at com.neotys.nl.controller.j.e.c(e.java:43)
at com.neotys.nl.controller.q.ab.c(ab.java:61)
at com.neotys.nl.controller.q.ab.a(ab.java:129)
at com.neotys.nl.lg.LoadGenerator.B(LoadGenerator.java:1532)
at com.neotys.nl.lg.m.c(m.java:602)
at com.neotys.nl.lg.m.handleRequest(m.java:156)
at com.neotys.nl.common.net.AbstractConnection.handleRequest(AbstractConnection.java:86)
at com.neotys.nl.common.net.BidirectionalConnection$RequestHandlerThread.run(BidirectionalConnection.java:233)
I tried below seeting but it did not help-
neoload soft nofile 4092
neoload hard nofile 65534
Please suggest.