This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[PHP-FPM] Increase PHP memory limit for "cli" to 512M (
#4010
)
Timo Eissler
4 years ago
parent
0bd03c04bd
commit
b6d1f78428
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
data/conf/phpfpm/php-conf.d/other.ini
+ 1
- 0
data/conf/phpfpm/php-conf.d/other.ini
View File
@@ -1,2 +1,3 @@
max_execution_time = 3600
max_execution_time = 3600
max_input_time = 3600
max_input_time = 3600
+memory_limit = 512M