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.
# Configure the limits to 4G (default is 1G)sed -i '' -E 's/^(memory_limit = ).*/\14G/' /usr/local/etc/php.inised -i '' -E 's/^(memory_limit = ).*/\14G/' /usr/local/opnsense/service/templates/OPNsense/WebGui/php.ini
# Restart Web UIconfigctl webgui restart