Hi, If I understand you correctly you want to minimize whole consumption of RAM in database not only heap. In such case you should consider to set following setting storage.diskCache.bufferSize which is size of disk data buffer in megabytes. It behaves the same way as you described it consumes whole memory and never release it. It is needed to keep as much cached data as possible.
On Mon, Sep 21, 2015 at 4:20 PM Zlatko Fedor <[email protected]> wrote: > I would like to know how to setup max used memory for OrientDb (2.0.13). > I am using default configuration (-Xmx512) > > I have one big collection with almost 1 000 000 records. > When I try to create an new index. OrientDb will use 1.3GB Ram and it stay > on this value after this operation. > > Is there any option to set memory limit for OrientDb with bigger accuracy. > Thank you > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
