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

R14 error Heroku #4

Open
dominicpacquing opened this issue Jan 21, 2013 · 3 comments
Open

R14 error Heroku #4

dominicpacquing opened this issue Jan 21, 2013 · 3 comments

Comments

@dominicpacquing
Copy link

Hi,

I've been wondering what may have caused the R14 error in Heroku using torquebox-lite

Thanks

@bbrowning
Copy link
Member

An R14 error from Heroku is caused when your application goes above Heroku's soft memory cap of 512MB. So, you'll need to try to reduce the memory usage of the server and/or application to eliminate this error. Lowering the max heap or permgen sizes and lowering the maximum # of HTTP threads may help with this.

@dominicpacquing
Copy link
Author

@bbrowning yeah we also tried setting the max heap/ permgen sizes and it's still returning R14. We will try to lower the number of HTTP thread and give you a feedback. Btw, here is our config for torquebox-lite https://gist.github.com/4653064

Thanks!

@dominicpacquing
Copy link
Author

a reference to our sample app http://torqueboxproj.herokuapp.com/

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

No branches or pull requests

2 participants