Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joining a queue crashes the local server #159

Open
adrianblancode opened this issue May 17, 2014 · 1 comment
Open

Joining a queue crashes the local server #159

adrianblancode opened this issue May 17, 2014 · 1 comment
Labels

Comments

@adrianblancode
Copy link
Member

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:

  1. Set up a local server with yourself as admin
  2. Create a queue and join it

Edit: fixed by running
export MAVEN_OPTS="-XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
before starting the server

@adrianblancode adrianblancode changed the title Joining a queue crashes the server locally Joining a queue crashes the local server May 17, 2014
@dflemstr
Copy link
Member

This means that your computer has too little free RAM, pretty much...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants