Skip to content

OS and Firmware Updates/Upgrades

Due to the usage of full BGP routing tables it is required, to increase the Memeory limit of php. Otherwise the GUI fails to display the routes and crashes.

Terminal window
# Configure the limits to 4G (default is 1G)
sed -i '' -E 's/^(memory_limit = ).*/\14G/' /usr/local/etc/php.ini
sed -i '' -E 's/^(memory_limit = ).*/\14G/' /usr/local/opnsense/service/templates/OPNsense/WebGui/php.ini
# Restart Web UI
configctl webgui restart