Skip to content

Instantly share code, notes, and snippets.

@guaxinim
Last active December 17, 2015 08:08
Show Gist options
  • Save guaxinim/5577638 to your computer and use it in GitHub Desktop.
Save guaxinim/5577638 to your computer and use it in GitHub Desktop.
Too many open files error on JBoss EAP 6
Too many open files (JBoss AS 7.0.2)
Erro por causa do ulimit do usuário.
jboss soft 10240
jboss hard 10240
/root/.bashrc
ulimit -n 10240 (aumentou em 10x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment