From 66cc961428ecf9250ba7b08fd516b381bbd6a3d0 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Fri, 24 Nov 2006 06:32:15 +0000 Subject: Uhm, previous was almost right. Limit dropped to a 115MB available ram so people can use computers with up to 8MB of shared graphics memory. --- etc/inc/config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/config.inc b/etc/inc/config.inc index aa98e50..efe3dbf 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1046,7 +1046,7 @@ function set_networking_interfaces_ports() { $memory = get_memory(); $avail = $memory[0]; - if($avail > 97 and $avail < 128) { + if($avail < 115) { echo "\n\n\n"; echo "DANGER! WARNING!\n\n"; echo "pfSense requires *ATLEAST* 128 megs of ram to function correctly.\n"; -- cgit v1.1