0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Tomcatのjava.lang.OutOfMemoryError: Java heap space

Posted at

TomcatでOutOfMemoryErrorになった場合の対象方法

エラーメッセージ例

java.lang.OutOfMemoryError: Java heap space

対処:catalina.shを以下のように変更

JAVA_OPTS="$JAVA_OPTS $JSSE_OPTS -Xms2048m -Xmx4096m"

-Xms:ヒープ領域の初期サイズ
-Xmx:ヒープ領域の最大サイズ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?