Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:troubleshooting:large-php-tmp-files [2019/05/13 18:35]
Jackson Zhang created
litespeed_wiki:troubleshooting:large-php-tmp-files [2019/05/13 18:43]
Jackson Zhang
Line 1: Line 1:
-====== How to deal with large tmp PHP file? ======+====== How to deal with large tmp PHP files? ======
  
-Sometime you may have problems with huge php<​XXXXX>​ files created on your server, which in some cases leads to users reaching their limits. PHP writes a large temporary file with a name like /​tmp/​phpQQnomb,​ sometimes multiple GB in size. Usually PHP is killed before the script finishes running. It is similar to [[https://​bugs.php.net/​bug.php?​id=76058|this report]]. When cloudLinux used, it may happen to cagefs tmp direcotry: ''/​home/​USER/​.cagefs/​tmp''​. ​+Sometime you may have problems with huge ''​php<​XXXXX>​'' ​files created on your server, which in some cases leads to users reaching their limits. PHP writes a large temporary file with a name like ''​/​tmp/​phpQQnomb''​, sometimes multiple GB in size. Usually PHP is killed before the script finishes running. It is similar to [[https://​bugs.php.net/​bug.php?​id=76058|this report]]. When cloudLinux used, it may happen to cagefs tmp direcotry: ''/​home/​USER/​.cagefs/​tmp''​. ​
  
 For example, at /tmp/: For example, at /tmp/:
  • Admin
  • Last modified: 2019/05/13 18:44
  • by Jackson Zhang