legacy-knowledge-base
公開されました Jul. 2, 2025

OutOfMemory: Metaspace Liferay PaaS

written-by

Jorge García Jiménez

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ログに以下のようなエラーが表示されることがあります。
    Caused by: javax.servlet.ServletException: java.lang.OutOfMemoryError: Metaspace
    これは、Metaspaceの値が512メガバイトに設定されていることが原因です。 DXP 7.4が正常に動作するためには、少なくとも768メガバイトのMetaspaceが必要です。

環境

  • Liferay PaaS using DXP 7.4

解決

  • LCP.jsonでliferayサービスに新しい環境変数を追加します:
    "CATALINA_OPTS_METASPACE": "-XX:MaxMetaspaceSize=768m -XX:MetaspaceSize=768m"

 

 

did-this-article-resolve-your-issue

legacy-knowledge-base