Hi Mahesh, OrientDB uses heap memory for high level database operations (eg. query execution, transactions) and off-heap memory for low level data structures (disk-cache for persistent databases and actual data clusters for memory databases). When you work in-memory, your database has to fit in the off-heap memory, data is not manually swapped on disk.
Luigi 2015-04-22 9:59 GMT+02:00 Mahesh Wabale <[email protected]>: > hiii everyone , i have litle confusion : > > OrientDb is fully written in java , so for this jvm is require , heap > has limited space on RAM , But when we make in-memory graph database using > orientdb if my ram is full then what happen ? Is record is goes on swap > partition or is there is an eny error msg ? > > -- > > --- > 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.
