Checking Disk Space

This topic shows how to check for available disk space on each platform.

See Also
Checking Memory Usage
Checking for Other Running Processes
Reviewing Other Configuration Issues
Windows
CommandExample
chkdsk or dirdir c:\
Linux
CommandExample
df -Pkdf -k /tmp

In a production environment, the database should not be on the same machine as the app server. Any disks in use should have more than ten percent free space. In particular, the drive pointed to by the workspace environment variable MX_BOS_WORKSPACE should have enough space.

The workspace is a space where files can be stored temporarily during file checkouts and other operations. As a rule, it should be as large as the largest file that would be checked out, multiplied by the number of users on the system. For Linux users, the /tmp directory should also be relatively free.