Set the file system flushes
Linux systems running the ext3 file system only flush data to disk every five seconds. If the server is on a Linux system, edit the mount options to include the following:
commit=1
This variable changes the flush frequency from five seconds to one. Also, set the flush frequency in the /etc/fstab
file to make sure the configuration remains after reboot.