Klocwork client crashes with high per process limit

On Linux (especially in a Docker environment), if you configure a high value for the soft files limit (such as 524288), Klocwork Java tools might crash and produce an error message similar to the following:

library initialization failed - unable to allocate file descriptor table - out of memory

Workaround: set the per-process soft files limit to 65536. You can use the ulimit linux command to check the limits. To learn how to change the limit, refer to your OS documentation.