1. ホーム
  2. java

[解決済み] EclipseのJava Runtime Environmentのメモリが不足しています。

2022-01-30 05:47:21

質問内容

There is insufficient memory for the Java Runtime Environment to continue.
    # Native memory allocation (malloc) failed to allocate 1048576 bytes for AllocateHeap

   # An error report file with more information is saved as:
   # C:\jboss-eap-services-6.4.4\bin\hs_err_pid6632.log
  Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
  support was removed in 8.0

上記の問題で、jbossサーバーを起動しようとしています。いくつかの手順を試しましたが、正しい解決策を見つけることができませんでした。

解決方法を教えてください。

以下の設定で、パーマネントロケーション用のメモリを確保してください。 -Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m -XX:-UseGCOverheadLimit