نقل قول نوشته اصلی توسط faranetwork نمایش پست ها
کد PHP:
Hello,

What size is your /tmp partitionYou can resize it if it isn't large  enough. Many servers have only 500MB for /tmp which isn't large enough  and should be around 2GB insteadYou could edit /scripts/securetmp for  this line:

     
Code:     my $tmpdsksize     512000;    # Must be larger than 250000 Change to this line for 2GB:

     
Code:     my $tmpdsksize     2097152;    # Must be larger than 250000 Save the file (:wq), then run these commands to resize /tmp partition:

     
Code:     umount -/tmp umount -/var/tmp rm -fv /usr/tmpDSK /scripts/securetmp 

سلام
این کد ها چی بودند ؟ من سر در نیاوردم
ممنون میشم راهنمایی کنید