mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
We no longer need memory limit, our port does not use it.
This commit is contained in:
parent
c168828197
commit
b5a4915d08
@ -66,7 +66,6 @@ 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}
|
||||
|
||||
@ -16,4 +16,3 @@ apc.shm_size="30"
|
||||
extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/
|
||||
extension=apc.so
|
||||
extension=radius.so
|
||||
memory_limit = 32M
|
||||
|
||||
Loading…
Reference in New Issue
Block a user