質問編集履歴
1
回答者様に提供する情報が不足してました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,163 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
+
###補足情報(composer.json)
|
10
|
+
|
11
|
+
```js
|
12
|
+
|
13
|
+
{
|
14
|
+
|
15
|
+
"name": "oro/crm-application",
|
16
|
+
|
17
|
+
"description": "The OroCRM distribution",
|
18
|
+
|
19
|
+
"homepage": "https://github.com/orocrm/crm-application.git",
|
20
|
+
|
21
|
+
"license": "OSL-3.0",
|
22
|
+
|
23
|
+
"autoload": {
|
24
|
+
|
25
|
+
"psr-0": {
|
26
|
+
|
27
|
+
"": "src/"
|
28
|
+
|
29
|
+
}
|
30
|
+
|
31
|
+
},
|
32
|
+
|
33
|
+
"repositories": {
|
34
|
+
|
35
|
+
"composer": {
|
36
|
+
|
37
|
+
"type": "composer",
|
38
|
+
|
39
|
+
"url": "https://packagist.orocrm.com"
|
40
|
+
|
41
|
+
}
|
42
|
+
|
43
|
+
},
|
44
|
+
|
45
|
+
"require": {
|
46
|
+
|
47
|
+
"oro/crm": "1.x-dev",
|
48
|
+
|
49
|
+
"oro/platform-serialised-fields": "1.x-dev",
|
50
|
+
|
51
|
+
"oro/crm-hangouts-call-bundle": "1.x-dev",
|
52
|
+
|
53
|
+
"oro/crm-abandoned-cart": "1.x-dev",
|
54
|
+
|
55
|
+
"oro/crm-magento-embedded-contact-us": "1.x-dev",
|
56
|
+
|
57
|
+
"oro/crm-mail-chimp": "1.x-dev",
|
58
|
+
|
59
|
+
"oro/crm-dotmailer": "1.x-dev",
|
60
|
+
|
61
|
+
"oro/crm-zendesk": "1.x-dev"
|
62
|
+
|
63
|
+
},
|
64
|
+
|
65
|
+
"require-dev": {
|
66
|
+
|
67
|
+
"sensio/generator-bundle": "2.5.3",
|
68
|
+
|
69
|
+
"squizlabs/php_codesniffer": "2.3.3",
|
70
|
+
|
71
|
+
"behat/behat": "3.1.0",
|
72
|
+
|
73
|
+
"behat/mink-extension": "^2.0",
|
74
|
+
|
75
|
+
"behat/mink-selenium2-driver": "1.*",
|
76
|
+
|
77
|
+
"behat/symfony2-extension": "2.1.1",
|
78
|
+
|
79
|
+
"nelmio/alice": "~2.1.4",
|
80
|
+
|
81
|
+
"phpunit/phpunit": "4.8.*",
|
82
|
+
|
83
|
+
"johnkary/phpunit-speedtrap": "1.0.*",
|
84
|
+
|
85
|
+
"mybuilder/phpunit-accelerator": "1.1.*"
|
86
|
+
|
87
|
+
},
|
88
|
+
|
89
|
+
"config": {
|
90
|
+
|
91
|
+
"component-dir": "web/bundles/components"
|
92
|
+
|
93
|
+
},
|
94
|
+
|
95
|
+
"scripts": {
|
96
|
+
|
97
|
+
"post-install-cmd": [
|
98
|
+
|
99
|
+
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
100
|
+
|
101
|
+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
102
|
+
|
103
|
+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
104
|
+
|
105
|
+
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setPermissions",
|
106
|
+
|
107
|
+
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets",
|
108
|
+
|
109
|
+
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setAssetsVersion"
|
110
|
+
|
111
|
+
],
|
112
|
+
|
113
|
+
"post-update-cmd": [
|
114
|
+
|
115
|
+
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
116
|
+
|
117
|
+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
118
|
+
|
119
|
+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
120
|
+
|
121
|
+
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setPermissions",
|
122
|
+
|
123
|
+
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets",
|
124
|
+
|
125
|
+
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setAssetsVersion"
|
126
|
+
|
127
|
+
]
|
128
|
+
|
129
|
+
},
|
130
|
+
|
131
|
+
"minimum-stability": "dev",
|
132
|
+
|
133
|
+
"prefer-stable": true,
|
134
|
+
|
135
|
+
"extra": {
|
136
|
+
|
137
|
+
"symfony-app-dir": "app",
|
138
|
+
|
139
|
+
"symfony-web-dir": "web",
|
140
|
+
|
141
|
+
"incenteev-parameters": {
|
142
|
+
|
143
|
+
"file": "app/config/parameters.yml"
|
144
|
+
|
145
|
+
},
|
146
|
+
|
147
|
+
"asset-installer-paths": {
|
148
|
+
|
149
|
+
"npm-asset-library": "web/bundles/npmassets",
|
150
|
+
|
151
|
+
"bower-asset-library": "web/bundles/bowerassets"
|
152
|
+
|
153
|
+
}
|
154
|
+
|
155
|
+
}
|
156
|
+
|
157
|
+
}
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
```
|
162
|
+
|
163
|
+
|
164
|
+
|
9
|
-
###発生している問題
|
165
|
+
###発生している問題(Composer)
|
10
166
|
|
11
167
|
```ここに言語を入力
|
12
168
|
|
@@ -34,12 +190,68 @@
|
|
34
190
|
|
35
191
|
|
36
192
|
|
193
|
+
###発生している問題(OOM Killer)
|
194
|
+
|
195
|
+
```ここに言語を入力
|
196
|
+
|
197
|
+
Nov 1 17:55:23 x.x.x.x.x.x kernel: Killed process 2613, UID 500, (php) total-vm:3048280kB, anon-rss:1445632kB, file-rss:800kB
|
198
|
+
|
199
|
+
Nov 1 18:37:58 x.x.x.x.x.x kernel: Killed process 5641, UID 500, (php) total-vm:2985048kB, anon-rss:1612708kB, file-rss:652kB
|
200
|
+
|
201
|
+
Nov 1 19:38:01 x.x.x.x.x.x kernel: Killed process 7552, UID 500, (php) total-vm:2946928kB, anon-rss:1626032kB, file-rss:656kB
|
202
|
+
|
203
|
+
Nov 1 20:49:49 x.x.x.x.x.x kernel: Killed process 8972, UID 500, (php) total-vm:3190564kB, anon-rss:1436404kB, file-rss:664kB
|
204
|
+
|
205
|
+
Nov 2 11:18:12 x.x.x.x.x.x kernel: Killed process 7002, UID 500, (php) total-vm:2784044kB, anon-rss:1608080kB, file-rss:644kB
|
206
|
+
|
207
|
+
Nov 2 11:37:11 x.x.x.x.x.x kernel: Killed process 7552, UID 500, (php) total-vm:2884484kB, anon-rss:1227576kB, file-rss:660kB
|
208
|
+
|
209
|
+
Nov 2 11:56:29 x.x.x.x.x.x kernel: Killed process 8251, UID 500, (php) total-vm:2855436kB, anon-rss:1490912kB, file-rss:672kB
|
210
|
+
|
211
|
+
Nov 2 12:45:46 x.x.x.x.x.x kernel: Killed process 8822, UID 500, (php) total-vm:2842096kB, anon-rss:1583196kB, file-rss:260kB
|
212
|
+
|
213
|
+
Nov 2 13:37:13 x.x.x.x.x.x kernel: Killed process 9734, UID 500, (php) total-vm:2895272kB, anon-rss:1637796kB, file-rss:656kB
|
214
|
+
|
215
|
+
Nov 2 15:06:15 x.x.x.x.x.x kernel: Killed process 13063, UID 500, (php) total-vm:3123464kB, anon-rss:1348276kB, file-rss:812kB
|
216
|
+
|
217
|
+
Nov 2 15:55:58 x.x.x.x.x.x kernel: Killed process 14599, UID 500, (php) total-vm:2926248kB, anon-rss:1366844kB, file-rss:656kB
|
218
|
+
|
219
|
+
Nov 2 17:20:15 x.x.x.x.x.x kernel: Killed process 17665, UID 500, (php) total-vm:2663800kB, anon-rss:1705316kB, file-rss:656kB
|
220
|
+
|
221
|
+
Nov 2 18:10:46 x.x.x.x.x.x kernel: Killed process 19704, UID 500, (php) total-vm:2787056kB, anon-rss:1651156kB, file-rss:648kB
|
222
|
+
|
223
|
+
Nov 3 10:26:07 x.x.x.x.x.x kernel: Killed process 18612, UID 500, (php) total-vm:1659716kB, anon-rss:855128kB, file-rss:660kB
|
224
|
+
|
225
|
+
Nov 3 10:31:26 x.x.x.x.x.x kernel: Killed process 18616, UID 500, (php) total-vm:2870860kB, anon-rss:1625512kB, file-rss:68kB
|
226
|
+
|
227
|
+
Nov 3 11:10:59 x.x.x.x.x.x kernel: Killed process 19637, UID 500, (php) total-vm:2925488kB, anon-rss:1644732kB, file-rss:660kB
|
228
|
+
|
229
|
+
```
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
###発生している問題(vmstat)
|
234
|
+
|
235
|
+
```ここに言語を入力
|
236
|
+
|
237
|
+
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
|
238
|
+
|
239
|
+
r b swpd free buff cache si so bi bo in cs us sy id wa st
|
240
|
+
|
241
|
+
1 0 1188008 1740216 11412 51068 7 7 25 29 2 1 1 0 98 0 0
|
242
|
+
|
243
|
+
```
|
244
|
+
|
245
|
+
|
246
|
+
|
37
247
|
###試したこと
|
38
248
|
|
39
249
|
メモリーを無制限にしました。
|
40
250
|
|
41
251
|
COMPOSER_PROCESS_TIMEOUTを長めに設定しました。
|
42
252
|
|
253
|
+
Redis Serverをシャットダウンして、プロセスを削除しました。
|
254
|
+
|
43
255
|
|
44
256
|
|
45
257
|
###補足情報(言語/FW/ツール等のバージョンなど)
|