Hello devs,

I've been working with a InMemorySortOperator and a 8GB file on hyracks and
I got the error message below:
"Exception in thread "Timer-0" java.lang.OutOfMemoryError: Java heap space".

To overcome this, I've tried to add a param on node config files specifying
the jvm heap size:
------------------------------------------
[nc]
address = compute-0-35
cluster.address = compute-0-34
cluster.port = 1099
jvm.args = -Xmx16384m

[localnc]
node.id = c035
-------------------------------------------

However, it gave the same error output again. How to increase the jvm
memory on Hyracks?

Regards

Ígor Chagas Marques

Reply via email to