You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error 'Exception in thread "main" java.lang.OutOfMemoryError: Java heap space' when trying to run on a SQL Database. Judging from the error, it seems pretty obvious that it ran out of memory, but can you advise what I can do to prevent this from happening - do I have to adjust something in Java?
The text was updated successfully, but these errors were encountered:
For me it was working with - java -Xmx1G
Edit the bat file, the param you see is - java -Xmx2G, just change it to 1G and it is working, at least for me.
somehow i got warning that the VM could not allocate 2g of mem
I'm getting the error 'Exception in thread "main" java.lang.OutOfMemoryError: Java heap space' when trying to run on a SQL Database. Judging from the error, it seems pretty obvious that it ran out of memory, but can you advise what I can do to prevent this from happening - do I have to adjust something in Java?
The text was updated successfully, but these errors were encountered: