Development

Maven throws errors that it isn't able to open file [xyz], what's wrong?

If you are using Linux, most likely you will have to increase the number of available file handles. Just add:

* soft nofile 65536

* hard nofile 65536

to your /etc/security/limits.conf file and restart your device.

[top]