running ot of /tmp ><
I use cpanel scripts: /scripts/securetmp to secure my /tmp folder, but after that my /tmp only have 243MB left, and when /tmp is full, the httpd will stop working.(I have Zend and mmcache installed)How can I adjust the size of /tmp folder?
PS.
root@server [~]# df -h
Filesystem Size Used Avail Use Mounted on
/dev/hda3 72G 41G 28G 60 /
/dev/hda1 99M 12M 82M 13 /boot
none 504M 0 504M 0 /dev/shm
/dev/hdb1 74G 37G 34G 53 /backup
/usr/tmpDSK 243M 5.5M 225M 3 /tmp
/tmp 243M 5.5M 225M 3 /var/tmp
I'm a little confuse that this scripts creat this partition,too:
/usr/tmpDSK 243M 5.5M 225M 3 /tmp
And /usr/tmpDSK is just as same as /tmp's size ??