pfSense 2.2.1 Embedded How to change the size of tmp and var - rharmonson/richtech GitHub Wiki
pfSense 2.2.1 Embedded: How to change the size of tmp and var
pfSense is an opensource firewall. The embedded version uses RAM for /tmp and /var. As a consequence they are only 40 mb and 60 mb, respectively. You change the RAM disk sizes using either the portal or command-line.
Portal
Using pfSense's portal, select System, Advanced, and Miscellaneous then scroll down to RAM Disk Settings.
Command-line
- Connect to pfsense either by SSH or serial console.
# vi /etc/rc.embedded
- Update the variables for tmp and/or var as appropriate
:wq
then reboot