プロが教える店舗&オフィスのセキュリティ対策術

エラーメッセージはこのようなかんじです
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 536870912 bytes for Failed to commit pages from 393216 of length 131072
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3324), pid=12400, tid=15532
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#

--------------- T H R E A D ---------------

Current thread (0x00000000032fb800): VMThread [stack: 0x0000000021780000,0x0000000021880000] [id=15532]

Stack: [0x0000000021780000,0x0000000021880000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x32b4ca]
V [jvm.dll+0x2797e3]
V [jvm.dll+0x27a479]
V [jvm.dll+0x293446]
V [jvm.dll+0x297d3c]
V [jvm.dll+0x5ca9cf]
C [msvcr100.dll+0x712e3]
V [jvm.dll+0x5ca0cd]
C [ntdll.dll+0xa468f]
C [ntdll.dll+0x4bef]
C [ntdll.dll+0xa33fe]
V [jvm.dll+0x21bbc1]

VM_Operation (0x00000000031ae730): G1IncCollectionPause, mode: safepoint, requested by thread 0x000000000320e800

中略


--------------- S Y S T E M ---------------

OS: Windows 10.0 , 64 bit Build 17763 (10.0.17763.292)

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 158 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 4091840k(828312k free), swap 5140416k(520684k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun 8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sat Feb 02 14:53:54 2019
elapsed time: 4 seconds (0d 0h 0m 4s)

このような感じでメモリ不足といわれます。最近まで使えていたので、そんなことないと思いますが、、、
何が原因でどうしたらいいでしょうか?

A 回答 (1件)

> # The system is out of physical RAM or swap space


> # In 32 bit mode, the process size limit was hit
> # Possible solutions:
> # Reduce memory load on the system
> # Increase physical memory or swap space
> # Check if swap backing store is full

とあります。ディスクの空きがなくなっているのではないですか?
    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!