summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2006-11-24 06:32:15 +0000
committerSeth Mos <seth.mos@xs4all.nl>2006-11-24 06:32:15 +0000
commit66cc961428ecf9250ba7b08fd516b381bbd6a3d0 (patch)
tree1b7666bb0161311d29eae4f42eefa6710dc894ff /etc/inc/config.inc
parent41ca428b939bd3b6b01863c4738bfb6344ce9a82 (diff)
downloadpfsense-66cc961428ecf9250ba7b08fd516b381bbd6a3d0.zip
pfsense-66cc961428ecf9250ba7b08fd516b381bbd6a3d0.tar.gz
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.
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
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";
OpenPOWER on IntegriCloud