pfsense:troubleshooting:out_of_disk_space_on_var_run
Differences
This shows you the differences between two versions of the page.
pfsense:troubleshooting:out_of_disk_space_on_var_run [2020/11/29 11:43] – created peter | pfsense: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 ====== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== 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/ | ||
+ | </ | ||
+ | |||
+ | Usage of var/run should drop back down to 4%. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Change settings ===== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | It could be that you pushing all the squid cache to RAM for faster processing. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | |||
+ | |||
pfsense/troubleshooting/out_of_disk_space_on_var_run.1606650204.txt.gz · Last modified: 2020/11/29 11:43 by peter