php memory limit increase

This commit is contained in:
Shihaam Abdul Rahman 2022-11-05 19:52:29 +05:00
parent 85a27b96dd
commit fede9db8e7
Signed by: shihaam
GPG Key ID: 16ADCF6871CB2A56
2 changed files with 3 additions and 3 deletions

View File

@ -1947,5 +1947,5 @@ ldap.max_links = -1
;ffi.preload=
[pdlib]
extension="pdlib.so"
;[pdlib]
;extension="pdlib.so"

View File

@ -406,7 +406,7 @@ max_input_time = 60
; Maximum amount of memory a script may consume
; http://php.net/memory-limit
memory_limit = 128M
memory_limit = 4G
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;