RumbleDB/rumble

Memory Issue

Arglozuschwer opened this issue · 1 comments

Hello,
i have the following error, when trying to start the standalone:
image
Regards, Esther

Thanks for your request!

Could you please try

java -jar -Xmx5000m rumbledb-1.20.0-standalone.jar repl

?

With the standalone jar, the heap size is increased directly as a paramater to the java command.

You can replace 5000 with any value.