Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can limit temp file to 1024
03-05-2012, 04:08 AM
Post: #3
RE: How can limit temp file to 1024
make a cron job that works hourly than delete tmp files
as below
rm /your_web_root_directory/tmp/google_game/cache_*
rm /your_web_root_directory/tmp/encok_game/cache_*
rm /your_web_root_directory/tmp/tablo_game/cache_*
rm /your_web_root_directory/tmp/taglar_game/cache_*
rm /your_web_root_directory/tmp/game/cache_*
rm /your_web_root_directory/tmp/google/cache_*
rm /your_web_root_directory/tmp/encok/cache_*
rm /your_web_root_directory/tmp/tablo/cache_*
rm /your_web_root_directory/tmp/taglar/cache_*
rm /your_web_root_directory/tmp/video/cache_*
rm /your_web_root_directory/tmp/backlinkspider/cache_*

make 11 cron jobs
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How can limit temp file to 1024 - ancuta9 - 02-05-2012, 09:24 PM
RE: How can limit temp file to 1024 - admin - 03-05-2012 04:08 AM

Forum Jump: