アプリ版:「スタンプのみでお礼する」機能のリリースについて

助けてください
#
# 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
#

質問者からの補足コメント

  • --------------- 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)

      補足日時:2021/06/03 19:18
  • 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]

      補足日時:2021/06/03 19:19
  • なにか足りないものがあればおしえてください

      補足日時:2021/06/03 19:21

A 回答 (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増加によりソフトウエアを起動できるなら、増加量を参考に、実メモリの追加を計画して下さい.
    • good
    • 1

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