Skip to content

Commit 940421f

Browse files
author
Serghey Rodin
committed
increased memory limit up to 64mb for softaculous
1 parent 66614c5 commit 940421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpm/conf/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ expose_php = On
300300
max_execution_time = 300 ; Maximum execution time of each script, in seconds
301301
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
302302
;max_input_nesting_level = 64 ; Maximum input variable nesting level
303-
memory_limit = 32M ; Maximum amount of memory a script may consume (16MB)
303+
memory_limit = 64M ; Maximum amount of memory a script may consume (16MB)
304304

305305

306306
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)