File tree 7 files changed +11
-11
lines changed
app/code/Magento/SampleData/Console/Command
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 36
36
############################################
37
37
## adjust memory limit
38
38
39
- php_value memory_limit 768M
39
+ php_value memory_limit 756M
40
40
php_value max_execution_time 18000
41
41
42
42
############################################
59
59
############################################
60
60
## adjust memory limit
61
61
62
- php_value memory_limit 768M
62
+ php_value memory_limit 756M
63
63
php_value max_execution_time 18000
64
64
65
65
############################################
Original file line number Diff line number Diff line change 35
35
############################################
36
36
## adjust memory limit
37
37
38
- php_value memory_limit 768M
38
+ php_value memory_limit 756M
39
39
php_value max_execution_time 18000
40
40
41
41
############################################
Original file line number Diff line number Diff line change 1
- memory_limit = 768M
1
+ memory_limit = 756M
2
2
max_execution_time = 18000
3
3
session.auto_start = off
4
4
suhosin.session.cryptua = off
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ private function updateMemoryLimit()
136
136
if (function_exists ('ini_set ' )) {
137
137
@ini_set ('display_errors ' , 1 );
138
138
$ memoryLimit = trim (ini_get ('memory_limit ' ));
139
- if ($ memoryLimit != -1 && $ this ->getMemoryInBytes ($ memoryLimit ) < 768 * 1024 * 1024 ) {
140
- @ini_set ('memory_limit ' , '768M ' );
139
+ if ($ memoryLimit != -1 && $ this ->getMemoryInBytes ($ memoryLimit ) < 756 * 1024 * 1024 ) {
140
+ @ini_set ('memory_limit ' , '756M ' );
141
141
}
142
142
}
143
143
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ location ~* ^/setup($|/) {
41
41
fastcgi_pass fastcgi_backend;
42
42
43
43
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
44
- fastcgi_param PHP_VALUE "memory_limit=768M \n max_execution_time=600";
44
+ fastcgi_param PHP_VALUE "memory_limit=756M \n max_execution_time=600";
45
45
fastcgi_read_timeout 600s;
46
46
fastcgi_connect_timeout 600s;
47
47
@@ -168,7 +168,7 @@ location ~ (index|get|static|report|404|503)\.php$ {
168
168
fastcgi_buffers 1024 4k;
169
169
170
170
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
171
- fastcgi_param PHP_VALUE "memory_limit=768M \n max_execution_time=18000";
171
+ fastcgi_param PHP_VALUE "memory_limit=756M \n max_execution_time=18000";
172
172
fastcgi_read_timeout 600s;
173
173
fastcgi_connect_timeout 600s;
174
174
Original file line number Diff line number Diff line change 37
37
############################################
38
38
## Adjust memory limit
39
39
40
- php_value memory_limit 768M
40
+ php_value memory_limit 756M
41
41
php_value max_execution_time 18000
42
42
43
43
############################################
60
60
############################################
61
61
## Adjust memory limit
62
62
63
- php_value memory_limit 768M
63
+ php_value memory_limit 756M
64
64
php_value max_execution_time 18000
65
65
66
66
############################################
Original file line number Diff line number Diff line change 1
- memory_limit = 768M
1
+ memory_limit = 756M
2
2
max_execution_time = 18000
3
3
session.auto_start = off
4
4
suhosin.session.cryptua = off
You can’t perform that action at this time.
0 commit comments