Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
51463d3f
Commit
51463d3f
authored
Jun 21, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mvc: apply larger memory limit here too; closes #1032
(cherry picked from commit
1de9a183
)
parent
ebe28588
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
config.inc
src/etc/inc/config.inc
+0
-7
rc.php_ini_setup
src/etc/rc.php_ini_setup
+1
-0
No files found.
src/etc/inc/config.inc
View file @
51463d3f
...
...
@@ -27,13 +27,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
/*
* Set the memory limit. When someone has something like 500+
* tunnels the parser needs quite a bit of RAM. Do not remove
* this line unless you know what you are doing.
*/
ini_set
(
'memory_limit'
,
'256M'
);
/* include globals from notices.inc /utility/XML parser files */
require_once
(
'config.lib.inc'
);
...
...
src/etc/rc.php_ini_setup
View file @
51463d3f
...
...
@@ -99,6 +99,7 @@ magic_quotes_gpc = Off
max_execution_time = 900
max_input_time = 1800
max_input_vars = 5000
memory_limit = 256M
register_argc_argv = On
register_long_arrays = Off
variables_order = "GPCS"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment