Hi Igor, Your settings should work. Could you verify that the change took effect by checking the NCDriver java process using something like jstat?
Thanks Ali On Mon, Aug 26, 2019 at 9:11 AM Ígor Chagas <[email protected]> wrote: > 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 > -- Regards,
