mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
increased memory limit up to 64mb for softaculous
This commit is contained in:
parent
66614c5c11
commit
940421f467
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ expose_php = On
|
|||
max_execution_time = 300 ; Maximum execution time of each script, in seconds
|
||||
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
|
||||
;max_input_nesting_level = 64 ; Maximum input variable nesting level
|
||||
memory_limit = 32M ; Maximum amount of memory a script may consume (16MB)
|
||||
memory_limit = 64M ; Maximum amount of memory a script may consume (16MB)
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue