-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Android: Throw an OutOfMemoryError when creating a database #5292
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
Comments
I think it may be that -Xmx1024M is set too small, how can I set a larger value? @aschackmull |
A little surprised that the default is too small for you. It is possible to explicitly set options directly sent to the underlying JVM. You can do this by using a
|
It doesn't work.I found the above hard-coded -Xmx1024M code. @aeisenberg
|
Analyzing the log, I think the problem is that the hard-coded value here is too small, what do you think? |
That seems like a plausible explanation. Two things I can recommend trying:
If neither of those help, I'll get someone with more direct experience on the extractor to weigh in. |
Thanks for your answer.I specify extra JVM arguments in the SEMMLE_JAVA_EXTRACTOR_JVM_ARGS,like |
The text was updated successfully, but these errors were encountered: