Hello,
I'm running into memory problems with the openapi jobs. I have several openapi jobs, one for each of the different api our webapp uses. I'm using the automation framework with Docker.
Example:
Job openapi started
Job openapi added 6 URLs
Job openapi finished, time taken: 00:00:03
Job openapi started
[2118.331s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[2118.332s][warning][os,thread] Failed to start the native thread for java.lang.Thread "JdkHttpClient-8468-2"
[2118.464s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[2118.466s][warning][os,thread] Failed to start the native thread for java.lang.Thread "ForkJoinPool.commonPool-worker-3"
[2118.737s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[2118.738s][warning][os,thread] Failed to start the native thread for java.lang.Thread "JdkHttpClient-8469-2"
[2118.739s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[2118.740s][warning][os,thread] Failed to start the native thread for java.lang.Thread "ForkJoinPool.commonPool-worker-4"
[2118.740s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[2118.741s][warning][os,thread] Failed to start the native thread for java.lang.Thread "JdkHttpClient-8469-3"
[2118.824s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[2118.825s][warning][os,thread] Failed to start the native thread for java.lang.Thread "JdkHttpClient-8470-1"
[2118.826s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[2118.827s][warning][os,thread] Failed to start the native thread for java.lang.Thread "ForkJoinPool.commonPool-worker-5"
After this, zap exits with a return code of 1.
Are there options or command line arguments that could help me resolve this issue?
Thanks!