I found that on my bluehost server, it places "bin", "etc", "usr", and "php" on a 4GB ramdisk. The ramdisk usage was changing very frequent and fast. It seems when I run PHP script, it load the data to this ramdisk, then flush to the disk. But on my own server, when I run the PHP script, it write on the disk. Could you explain how bluehost use this ramdisk for PHP? Thank you.
[~]# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 208G 91G 107G 46% /
fakefs 208G 91G 107G 46% /root
fakefs 1.8T 136G 1.7T 8% /home/user
fakefs 4.0G 297M 3.8G 8% /ramdisk/bin
fakefs 4.0G 297M 3.8G 8% /ramdisk/etc
fakefs 4.0G 297M 3.8G 8% /ramdisk/usr
fakefs 4.0G 297M 3.8G 8% /ramdisk/php
fakefs 208G 91G 107G 46% /var/lib
fakefs 208G 91G 107G 46% /var/lib/mysql
fakefs 208G 91G 107G 46% /var/log
fakefs 208G 91G 107G 46% /var/spool
fakefs 208G 91G 107G 46% /var/run
fakefs 4.0G 401M 3.7G 10% /var/tmp
fakefs 208G 91G 107G 46% /var/cache/man