You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joining a queue causes the server to crash locally, what happens is that the CPU spikes up to 70%, everything hangs and it gives an error for java.lang.OutOfMemoryError: PermGen space. This will also happen just after a few minutes of browsing around
Joining a queue causes the server to crash locally, what happens is that the CPU spikes up to 70%, everything hangs and it gives an error for java.lang.OutOfMemoryError: PermGen space. This will also happen just after a few minutes of browsing around
https://gist.github.com/adrianblp/298c3824368b4ae92284
Steps to reproduce:
Edit: fixed by running
export MAVEN_OPTS="-XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
before starting the server
The text was updated successfully, but these errors were encountered: