質問編集履歴

2

update

2017/07/18 13:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -339,3 +339,237 @@
339
339
  DirectMap2M: 33402880 kB
340
340
 
341
341
  ```
342
+
343
+
344
+
345
+ ## 追記
346
+
347
+
348
+
349
+ memoryテストもしてみました
350
+
351
+
352
+
353
+ ```
354
+
355
+ $ sudo memtester 1024 5
356
+
357
+ memtester version 4.3.0 (64-bit)
358
+
359
+ Copyright (C) 2001-2012 Charles Cazabon.
360
+
361
+ Licensed under the GNU General Public License version 2 (only).
362
+
363
+
364
+
365
+ pagesize is 4096
366
+
367
+ pagesizemask is 0xfffffffffffff000
368
+
369
+ want 1024MB (1073741824 bytes)
370
+
371
+ got 699MB (733724672 bytes), trying mlock ...locked.
372
+
373
+ Loop 1/5:
374
+
375
+ Stuck Address : ok
376
+
377
+ Random Value : ok
378
+
379
+ Compare XOR : ok
380
+
381
+ Compare SUB : ok
382
+
383
+ Compare MUL : ok
384
+
385
+ Compare DIV : ok
386
+
387
+ Compare OR : ok
388
+
389
+ Compare AND : ok
390
+
391
+ Sequential Increment: ok
392
+
393
+ Solid Bits : ok
394
+
395
+ Block Sequential : ok
396
+
397
+ Checkerboard : ok
398
+
399
+ Bit Spread : ok
400
+
401
+ Bit Flip : ok
402
+
403
+ Walking Ones : ok
404
+
405
+ Walking Zeroes : ok
406
+
407
+ 8-bit Writes : ok
408
+
409
+ 16-bit Writes : ok
410
+
411
+
412
+
413
+ Loop 2/5:
414
+
415
+ Stuck Address : ok
416
+
417
+ Random Value : ok
418
+
419
+ Compare XOR : ok
420
+
421
+ Compare SUB : ok
422
+
423
+ Compare MUL : ok
424
+
425
+ Compare DIV : ok
426
+
427
+ Compare OR : ok
428
+
429
+ Compare AND : ok
430
+
431
+ Sequential Increment: ok
432
+
433
+ Solid Bits : ok
434
+
435
+ Block Sequential : ok
436
+
437
+ Checkerboard : ok
438
+
439
+ Bit Spread : ok
440
+
441
+ Bit Flip : ok
442
+
443
+ Walking Ones : ok
444
+
445
+ Walking Zeroes : ok
446
+
447
+ 8-bit Writes : ok
448
+
449
+ 16-bit Writes : ok
450
+
451
+
452
+
453
+ Loop 3/5:
454
+
455
+ Stuck Address : ok
456
+
457
+ Random Value : ok
458
+
459
+ Compare XOR : ok
460
+
461
+ Compare SUB : ok
462
+
463
+ Compare MUL : ok
464
+
465
+ Compare DIV : ok
466
+
467
+ Compare OR : ok
468
+
469
+ Compare AND : ok
470
+
471
+ Sequential Increment: ok
472
+
473
+ Solid Bits : ok
474
+
475
+ Block Sequential : ok
476
+
477
+ Checkerboard : ok
478
+
479
+ Bit Spread : ok
480
+
481
+ Bit Flip : ok
482
+
483
+ Walking Ones : ok
484
+
485
+ Walking Zeroes : ok
486
+
487
+ 8-bit Writes : ok
488
+
489
+ 16-bit Writes : ok
490
+
491
+
492
+
493
+ Loop 4/5:
494
+
495
+ Stuck Address : ok
496
+
497
+ Random Value : ok
498
+
499
+ Compare XOR : ok
500
+
501
+ Compare SUB : ok
502
+
503
+ Compare MUL : ok
504
+
505
+ Compare DIV : ok
506
+
507
+ Compare OR : ok
508
+
509
+ Compare AND : ok
510
+
511
+ Sequential Increment: ok
512
+
513
+ Solid Bits : ok
514
+
515
+ Block Sequential : ok
516
+
517
+ Checkerboard : ok
518
+
519
+ Bit Spread : ok
520
+
521
+ Bit Flip : ok
522
+
523
+ Walking Ones : ok
524
+
525
+ Walking Zeroes : ok
526
+
527
+ 8-bit Writes : ok
528
+
529
+ 16-bit Writes : ok
530
+
531
+
532
+
533
+ Loop 5/5:
534
+
535
+ Stuck Address : ok
536
+
537
+ Random Value : ok
538
+
539
+ Compare XOR : ok
540
+
541
+ Compare SUB : ok
542
+
543
+ Compare MUL : ok
544
+
545
+ Compare DIV : ok
546
+
547
+ Compare OR : ok
548
+
549
+ Compare AND : ok
550
+
551
+ Sequential Increment: ok
552
+
553
+ Solid Bits : ok
554
+
555
+ Block Sequential : ok
556
+
557
+ Checkerboard : ok
558
+
559
+ Bit Spread : ok
560
+
561
+ Bit Flip : ok
562
+
563
+ Walking Ones : ok
564
+
565
+ Walking Zeroes : ok
566
+
567
+ 8-bit Writes : ok
568
+
569
+ 16-bit Writes : ok
570
+
571
+
572
+
573
+ Done.
574
+
575
+ ```

1

update

2017/07/18 13:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -155,3 +155,187 @@
155
155
  ruby 及び,pythonなどその他の言語は問題なく動いています.
156
156
 
157
157
  npm だけ Memory不足で落ちていて検討もつかず困っています.
158
+
159
+
160
+
161
+ 下記の環境で発生しています.
162
+
163
+
164
+
165
+ ```
166
+
167
+ $ cat /etc/lsb-release
168
+
169
+ DISTRIB_ID=Ubuntu
170
+
171
+ DISTRIB_RELEASE=16.04
172
+
173
+ DISTRIB_CODENAME=xenial
174
+
175
+ DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"
176
+
177
+
178
+
179
+ $ uname -a
180
+
181
+ Linux Zonta 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
182
+
183
+
184
+
185
+ $ cat /proc/cpuinfo
186
+
187
+ processor : 0
188
+
189
+ vendor_id : GenuineIntel
190
+
191
+ cpu family : 6
192
+
193
+ model : 58
194
+
195
+ model name : Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
196
+
197
+ stepping : 9
198
+
199
+ microcode : 0x1c
200
+
201
+ cpu MHz : 1600.292
202
+
203
+ cache size : 8192 KB
204
+
205
+ physical id : 0
206
+
207
+ siblings : 8
208
+
209
+ core id : 0
210
+
211
+ cpu cores : 4
212
+
213
+ apicid : 0
214
+
215
+ initial apicid : 0
216
+
217
+ fpu : yes
218
+
219
+ fpu_exception : yes
220
+
221
+ cpuid level : 13
222
+
223
+ wp : yes
224
+
225
+ flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr ss
226
+
227
+ e sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good noplxtopology nonstop_tsc aperfmp
228
+
229
+ erf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadli
230
+
231
+ ne_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dther
232
+
233
+ m ida arat pln pts
234
+
235
+ bugs :
236
+
237
+ bogomips : 6999.93
238
+
239
+ clflush size : 64
240
+
241
+ cache_alignment : 64
242
+
243
+ address sizes : 36 bits physical, 48 bits virtual
244
+
245
+ power management:
246
+
247
+
248
+
249
+ $ cat /proc/meminfo
250
+
251
+ MemTotal: 32899036 kB
252
+
253
+ MemFree: 28498064 kB
254
+
255
+ MemAvailable: 31350084 kB
256
+
257
+ Buffers: 273580 kB
258
+
259
+ Cached: 2403940 kB
260
+
261
+ SwapCached: 0 kB
262
+
263
+ Active: 2859408 kB
264
+
265
+ Inactive: 1049008 kB
266
+
267
+ Active(anon): 1232260 kB
268
+
269
+ Inactive(anon): 23948 kB
270
+
271
+ Active(file): 1627148 kB
272
+
273
+ Inactive(file): 1025060 kB
274
+
275
+ Unevictable: 32 kB
276
+
277
+ Mlocked: 32 kB
278
+
279
+ SwapTotal: 33503228 kB
280
+
281
+ SwapFree: 33503228 kB
282
+
283
+ Dirty: 40 kB
284
+
285
+ Writeback: 0 kB
286
+
287
+ AnonPages: 1231048 kB
288
+
289
+ Mapped: 264760 kB
290
+
291
+ Shmem: 25316 kB
292
+
293
+ Slab: 331620 kB
294
+
295
+ SReclaimable: 285648 kB
296
+
297
+ SUnreclaim: 45972 kB
298
+
299
+ KernelStack: 8896 kB
300
+
301
+ PageTables: 33160 kB
302
+
303
+ NFS_Unstable: 0 kB
304
+
305
+ Bounce: 0 kB
306
+
307
+ WritebackTmp: 0 kB
308
+
309
+ CommitLimit: 49952744 kB
310
+
311
+ Committed_AS: 4388188 kB
312
+
313
+ VmallocTotal: 34359738367 kB
314
+
315
+ VmallocUsed: 0 kB
316
+
317
+ VmallocChunk: 0 kB
318
+
319
+ HardwareCorrupted: 0 kB
320
+
321
+ AnonHugePages: 456704 kB
322
+
323
+ CmaTotal: 0 kB
324
+
325
+ CmaFree: 0 kB
326
+
327
+ HugePages_Total: 0
328
+
329
+ HugePages_Free: 0
330
+
331
+ HugePages_Rsvd: 0
332
+
333
+ HugePages_Surp: 0
334
+
335
+ Hugepagesize: 2048 kB
336
+
337
+ DirectMap4k: 103340 kB
338
+
339
+ DirectMap2M: 33402880 kB
340
+
341
+ ```