As an admin you sometimes have to save diskspace on server, and after asking your Notes users politely to delete some mail, you are still stuck with the same amount of disk space occupied by their mail folders. How come? Lotus Notes grows its NSF files on a need-to-basis, but never shrink them again. To do that, you need to issue a command from the Lotus Notes server window (the black and white one):
load compact mail\xyzzy.nsf -B
where xyzzy.nsf is the name of the NSF file you need to compact. The -B switch compacts the database in place, recovers unused space and reduces the file size. -b (non-capital) does the same, except it does not reduce size of the file afterwards.
No Comments