You are not logged in.
Pages: 1
My file-server, running Ascii, has 32GB RAM and after syncing my home folder to the RAID, cached data remains visible in the RAM in the Webmin overview page. How do I get to flush this data from RAM? I know I can reboot, but there should be an alternative way. In Linux, there always is (well, almost always )
TIA!
Offline
sync, my friend, is the answer.
do a "man sync" first and rtfm.
Obviously, you should run it as root or using sudo.
Should you have a hardware RAID controller, the data will not be flushed from the controller-cache to the disks!
Sync flushes disk-data from the main memory (system RAM) only.
Hope that helps.
Offline
Ok, thx! I should have known that
Offline
Pages: 1