Re: Out of memory [message #2396 is a reply to message #2395] |
Wed, 12 March 2025 23:07   |
nbehrnd
Messages: 233 Registered: June 2019
|
Senior Member |
|
|
Hello Christophe,
the line you report is very close to the BASH script of DataWarrior's installer and launcher script in Linux. As an example, it can contain the line reading
/opt/datawarrior/jre/bin/java -Xms512m -Xmx4096m -splash:/opt/datawarrior/loading.png --add-exports java.base/jdk.internal.module=ALL-UNNAMED -Dfile.encoding=UTF-8 -cp $DWJAR/datawarriorlauncher.jar:$DWJAR/capka.jar org.openmolecules.datawarrior.launcher.DataWarriorLauncher $*
This example reads as "allocate DataWarrior 512 MByte RAM to start, provide up to 4 GO/GByte maximum" to allow other programs than DataWarrior to process concurrently. However, if you manage a larger data set on a more powerful computer, it is possible to manually adjust (i.e., increase) these thresholds. Try to work with e.g., `-Xmx60g`.
Best regards,
Norwid
https://www.star.bris.ac.uk/mbt/stilts/sun256/jvmArgs.html
[Updated on: Wed, 12 March 2025 23:08] Report message to a moderator
|
|
|