-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathPatch-Magento_Base-M2.3-remove-php-memory-limit.patch
60 lines (52 loc) · 1.5 KB
/
Patch-Magento_Base-M2.3-remove-php-memory-limit.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
diff -Naur .htaccess .htaccess
--- .htaccess
+++ .htaccess
@@ -41,7 +41,7 @@
############################################
## adjust memory limit
- php_value memory_limit 756M
+# php_value memory_limit 756M
php_value max_execution_time 18000
############################################
@@ -64,7 +64,7 @@
############################################
## adjust memory limit
- php_value memory_limit 756M
+# php_value memory_limit 756M
php_value max_execution_time 18000
############################################
diff -Naur pub/.htaccess pub/.htaccess
--- pub/.htaccess
+++ pub/.htaccess
@@ -37,7 +37,7 @@
############################################
## Adjust memory limit
- php_value memory_limit 756M
+# php_value memory_limit 756M
php_value max_execution_time 18000
############################################
@@ -55,7 +55,7 @@
############################################
## Adjust memory limit
- php_value memory_limit 756M
+# php_value memory_limit 756M
php_value max_execution_time 18000
############################################
diff -Naur pub/.user.ini pub/.user.ini
--- pub/.user.ini
+++ pub/.user.ini
@@ -1,4 +1,4 @@
-memory_limit = 756M
+;memory_limit = 756M
max_execution_time = 18000
session.auto_start = off
suhosin.session.cryptua = off
diff -Naur .user.ini .user.ini
--- .user.ini
+++ .user.ini
@@ -1,4 +1,4 @@
-memory_limit = 756M
+;memory_limit = 756M
max_execution_time = 18000
session.auto_start = off
suhosin.session.cryptua = off