User Tools

Site Tools


pfsense:troubleshooting:out_of_disk_space_on_var_run

Differences

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

Link to this comparison view

pfsense:troubleshooting:out_of_disk_space_on_var_run [2020/11/29 11:43] – created peterpfsense:troubleshooting:out_of_disk_space_on_var_run [2020/11/29 11:43] (current) peter
Line 1: Line 1:
 ====== PFSense - Troubleshooting - Out of disk space on /var/run ====== ====== PFSense - Troubleshooting - Out of disk space on /var/run ======
 +
 +{{:pfsense:pfsense_var-run_dir_is_full.png?600|}}
 +
 +----
 +
 +===== Remove Core Dumps =====
 +
 +There may be  core dump in /var/run/.
 +
 +It has been seen that a file such as **php-fpm.core** with a large size of 3.3MB is seen. 
 +
 +SSH into the box and remove the core.
 +
 +Run the following to determine any large files to remove.
 +
 +<code bash>
 +du -hd1 /var/run/
 +</code>
 +
 +Usage of var/run should drop back down to 4%.
 +
 +----
 +
 +===== Change settings =====
 +
 +{{:pfsense:pfsense_ram_disk_settings.png?1000|}}
 +
 +It could be that you pushing all the squid cache to RAM for faster processing.  Not necessarily a good thing.  Frequently-used files will be cached in RAM anyway.
 +
 +----
 +
 +
 +
 +
  
pfsense/troubleshooting/out_of_disk_space_on_var_run.1606650204.txt.gz · Last modified: 2020/11/29 11:43 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki