Also be sure the cc.conf you're editing is the one that is being
propagated from the CC, if you're using all the NCService stuff as
usual.

On Wed, Sep 4, 2019 at 12:27 AM Ali Alsuliman <[email protected]> wrote:
>
> 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,

Reply via email to