We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I was auditing an internal project(Java), the extractor reported a Java heap space error how can i solve this problem thanks a lot
The text was updated successfully, but these errors were encountered:
What command did you use for database creation? Can you try running it with -J -Xmx4096M? If that still doesn't work, have a look at #5292 (comment).
-J -Xmx4096M
Hope this helps.
Sorry, something went wrong.
What command did you use for database creation? Can you try running it with -J -Xmx4096M? If that still doesn't work, have a look at #5292 (comment). Hope this helps.
export SEMMLE_JAVA_EXTRACTOR_JVM_ARGS='-Xmx4g -Xms512m' is no problem
Thanks @intrigus-lgtm for saving our support team some work :D
No branches or pull requests
When I was auditing an internal project(Java), the extractor reported a Java heap space error

how can i solve this problem
thanks a lot
The text was updated successfully, but these errors were encountered: