Search code examples
enterpriseorientdb

What does DISK mean? How to change this param?


Right after starting OrientDB (I mean, OrientDB is not under load), using OrientDB-Workbench, I can see that the DISK is at 94%. I'm guessing this is not good.

enter image description here

How does this mean? How can I configure this?

PS: In $ODB_HOME/bin/server.sh, I have this:

MAXHEAP=-Xmx800m
MAXDISKCACHE=-Dstorage.diskCache.bufferSize=7200

UPDATE:

Changing the configuration to:

MAXHEAP=-Xmx8g
MAXDISKCACHE=""

won't affect the DISK.

Here recommends the params I had before, but now I see that those are to plocal connections. What about remote?

Thanks,


Solution

  • As @Dan D. suggested, DISK meant disk space and not some OrientDB setting.