
助けてください
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 167772160 bytes for Failed to commit pages from 40960 of length 40960
# 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=4152, tid=11136
#
# 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
#
No.1ベストアンサー
- 回答日時:
せっかくご提示いただいたメッセージを途中まで訳してみました。
There is insufficient memory for the Java Runtime Environment to continue.
Java ランタイム環境を続行するためのメモリが不足しています。
Native memory allocation (mmap) failed to map 167772160 bytes for Failed to commit pages from 40960 of length 40960
ネイティブ メモリ割り当て (mmap) は、40960 から長さ 40960 ページのコミットに失敗しましたため、167772160 バイトをマップできませんでした
Possible reasons:
考えられる理由:
The system is out of physical RAM or swap space
システムの物理 RAM またはスワップ領域が不足しています
In 32 bit mode, the process size limit was hit
32 ビット モードでなら、プロセス サイズの制限に達しました
Possible solutions:
考えられる解決法:
Reduce memory load on the system
システムのメモリ負荷を軽減せよ
Increase physical memory or swap space
物理メモリまたはスワップ領域を増やす
|
|
|
メモリが不足していると繰り返し言っているようです。
●一応の確認のため、まずswapを増やしてみる。
ここで確認できるのはソフトウエアが起動できるか否かだけです。
起動できても、思いっきり遅くなるでしょう。
●swap増加によりソフトウエアを起動できるなら、増加量を参考に、実メモリの追加を計画して下さい.
お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!
関連するカテゴリからQ&Aを探す
おすすめ情報
デイリーランキングこのカテゴリの人気デイリーQ&Aランキング
-
メモリの「コミット済み」の意...
-
メモリーの相性を考えると
-
backing storeって何ですか?
-
会計ソフトJDL macで使いたい W...
-
win10 仮想メモリ
-
Windows 32BitOS上で稼動するOr...
-
僕のスペックで出来るオンライ...
-
「タスクマネージャ」で「イメ...
-
power mac g3 パワーアップ教え...
-
再度お聞きします
-
Windows XPの再インストール
-
メモリが"written"になることは...
-
中古PCのOSについて
-
FORMが開いているかどうかの確...
-
RECOVERYというフォルダについて
-
自分が使っているデスクトップP...
-
Apache『OS 10048』エラーの対...
-
初期化
-
リカバリ領域
-
RECOVERY(D:)ってなんですか?
マンスリーランキングこのカテゴリの人気マンスリーQ&Aランキング
-
メモリの「コミット済み」の意...
-
Windows98SE ・Meの動作「上限...
-
会計ソフトJDL macで使いたい W...
-
「プログラムが大きすぎてメモ...
-
「タスクマネージャ」で「イメ...
-
backing storeって何ですか?
-
Windows NT 4.0 のシステム要件
-
実装メモリとタスクマネージャ...
-
vmstatで、メモリ使用率を計算する
-
WindowsアップデートでExcelが...
-
コミットチャージが搭載可能メ...
-
mac book proにアプリケーショ...
-
windows10の動作要件cpu、メモ...
-
デュアルオペレーションって何?
-
WindowsXPは何時間連続稼働でき...
-
古いwindowsPCをどのように使う...
-
Windows2000と2003の違い・サポ...
-
Win8(BOOTCAMP)でのメモリ不足
-
MinecraftのJava版が起動しません
-
低スペックPCで軽量Linuxを動か...
おすすめ情報
--------------- T H R E A D ---------------
Current thread (0x000000001ad24000): VMThread [stack: 0x000000001b7a0000,0x000000001b8a0000] [id=11136]
Stack: [0x000000001b7a0000,0x000000001b8a0000]
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+0x271765]
V [jvm.dll+0x296868]
V [jvm.dll+0x21acb5]
V [jvm.dll+0x3d73ff]
V [jvm.dll+0x3d83e8]
V [jvm.dll+0x3e0639]
V [jvm.dll+0x3e0ff6]
V [jvm.dll+0x3e1210]
V [jvm.dll+0x3c133a]
V [jvm.dll+0x3cdebc]
V [jvm.dll+0x3e66df]
なにか足りないものがあればおしえてください