-
Notifications
You must be signed in to change notification settings - Fork 136
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
pilon out of memory error #330
Comments
I had a similar/the same issue (see error below) and was able to fix it by changing the options you mentioned, but I did it in pilon itself. Opening pilon in a text editor and changing Line 16: You can quickly find where pilon is installed using the command: It would seem that if not declared (and I could not find any -xmx flags passed via the Unicycler python scripts for pilon), the java runtime env is limited by default by pilon to a max 1g of RAM, which is likely not enough.
|
Hi, |
Hi,
I got
pilon
error and i'm wondering, how i can fix it. Could you help me please? Can i solve it by setting up environmental variables:export _JAVA_OPTIONS="-Xms512m -Xmx32g"
Regards,
Denis
The text was updated successfully, but these errors were encountered: