-
Notifications
You must be signed in to change notification settings - Fork 63
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
Out of memory error #251
Comments
After the run command add Java argument '-Xmx2G' where 2 stands for amount of GB you want to allocate for gtfs-editor. For 32bit Java the max is around 1.7GB (so -Xmx1740M) |
My installation is on a RaspberryPi, Debian Wheezy, 1G RAM. I'm trying to export a very simple GTFS and, like many others, encounter the Out of memory error. After first attempt with no options, I ran a play run -Xmx900M |
As it goes from my own experience, 2GB of RAM is needed to be assigned to gtfs-editor to allow exporting and importing GTFS feed. I didn't check actual RAM need for this app, I just assumed this value by trial-and-error. |
Hi,
My VM is 3 GB RAM |
I am getting out of memory errors for almost every process when using ubuntu on digital ocean does anyone have an idea of a better set up? I can't seems to resolve by changing my heap memory.
The text was updated successfully, but these errors were encountered: