Memory Issue
Arglozuschwer opened this issue · 1 comments
Arglozuschwer commented
ghislainfourny commented
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.