Hi,
I am using OX in a small setting: A single context with only two users. Thevertheless, today I had the problem that OX used my full disk space and I can't figure out why or how I can stop this. (My workaround was to delete some other files to get my server working again ...)
As you can see in the code block above, the OX file store is defined with a maximum size of 60GB. OX reports to use about 10GB of this space. But the real disk usage is much higher than that - about 51GB!
What comes on top of this is, that when I download all files from OX drive from all acounts, the disk space consumed is only about 4.5GB. I know that OX saves some other files like image thumbnails and mail attachments in the storage - but can these files require more disk space than the actual contents of OX drive?
Can somebody explain these differences to me?
Is there a way to lower the disk space used by OX?
On my researches, I came across the command line tool "deleteinvisible". Is this the solution to my problem? Can anybody tell me what "not visible data inside a context" is?
I also noticed the high number of entries in the del_* database tables, e.g.:
- del_infostore : 14095
- del_infostore_document : 27341
Thanks in advance
Andreas
I am using OX in a small setting: A single context with only two users. Thevertheless, today I had the problem that OX used my full disk space and I can't figure out why or how I can stop this. (My workaround was to delete some other files to get my server working again ...)
Code:
root{527}#> /opt/open-xchange/sbin/listfilestore -A XXXX -P YYYY id path size reserved used max-entities cur-entities 2 file:/var/customers/ox-filestore 60000 200 10618 5000 1 root{528}#> du -sh /var/customers/ox-filestore 51G /var/customers/ox-filestore
What comes on top of this is, that when I download all files from OX drive from all acounts, the disk space consumed is only about 4.5GB. I know that OX saves some other files like image thumbnails and mail attachments in the storage - but can these files require more disk space than the actual contents of OX drive?
Can somebody explain these differences to me?
Is there a way to lower the disk space used by OX?
On my researches, I came across the command line tool "deleteinvisible". Is this the solution to my problem? Can anybody tell me what "not visible data inside a context" is?
I also noticed the high number of entries in the del_* database tables, e.g.:
- del_infostore : 14095
- del_infostore_document : 27341
Thanks in advance
Andreas
Comment