diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-03-08 20:13:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-03-08 20:13:00 +0000 |
commit | 69f4b3a77a7a81790565be8b293b31856d6b7193 (patch) | |
tree | 420d600806e78f3d65d8a88d08638d5a36958bfc /etc/inc/system.inc | |
parent | b09c72144e666791eb9b0113d8125293cf46e347 (diff) | |
download | pfsense-69f4b3a77a7a81790565be8b293b31856d6b7193.zip pfsense-69f4b3a77a7a81790565be8b293b31856d6b7193.tar.gz |
Bump php working max memory to 32 megabytes
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r-- | etc/inc/system.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 9e6f316..4d5e7a3 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -66,6 +66,7 @@ upload_tmp_dir = /tmp upload_max_filesize = 100M post_max_size = 100M html_errors = Off +memory_limit = 32M include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg" extension=radius.so {$opcode_cacher} |