On Thursday, October 10, 2019 at 7:25:50 AM UTC-4, Noel Grandin wrote: > > > > On 2019/10/10 1:21 PM, Tim Fielder wrote: > > > > Rebuilt using the latest code from Tuesday, still doesn't work. Going > to try the manual sharding thing next. > > > > Ah, that is a pity. > > Before doing that, maybe try manually giving Java lots and lots of memory > (e.g. -XmX64G), your machine will probably go > into swap, but that might take less time than writing custom sharding > code. >
Just had the same out-of-memory error with a heap limit of 60 GB, up from 1024 MB previously. Here's the eclipse.ini I'm using: -vm /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-1.el7_7.x86_64/jre/bin -startup plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar --launcher.library /home/tfielder/.p2/pool/plugins/org.eclipse.equinox.launcher.gtk.linux. x86_64_1.1.1000.v20190125-2016 -product org.eclipse.epp.package.java.product -showsplash org.eclipse.epp.package.common --launcher.defaultAction openFile --launcher.appendVmargs -vmargs -Declipse.p2.max.threads=10 -Doomph.update.url=http: //download.eclipse.org/oomph/updates/milestone/latest -Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/ oomph/org.eclipse.oomph.git/plain/setups/ -Dosgi.requiredJavaVersion=1.8 [email protected]/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=1.8 -Dosgi.dataAreaRequiresExplicitInit=true -Xms256m -Xmx60g --add-modules=ALL-SYSTEM I'm now thoroughly confused as to what might be wrong. I can try sharding but I think it's going to take all weekend to run it. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/cf210900-044f-4461-87ac-81714d0e01d5%40googlegroups.com.
