Hi All
I was just wondering if there is any performance management/monitoring software for SME 7.3. Recently I have been receiving a message when saving documents or accessing the access database across the network that the system is out of space or out of memory. Since we have over 200GB of free space I am ruling out that we are running out of space.
Not necessarely so.
You could be runing out of space in / for various reasons.
As root, do: df -h
It may look like this:
[root@mybox~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/main-root
182G 80G 94G 46% /
/dev/md1 99M 41M 54M 43% /boot
none 506M 0 506M 0% /dev/shm
There has been similar reports from time to time on Bugzilla. Do a search if you have the time, or simply fill a bug report about this issue. It may be worthwhile investigating. Provide the output of the command above to start with. Thanks.