JIRA crashes with java.io.IOException: Map fail

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

JIRA Crashes and results in an OutOfMemoryError.

atlassian-jira.log に次のメッセージが表示される。

Caused by: java.lang.OutOfMemoryError: Map failed
	at sun.nio.ch.FileChannelImpl.map0(Native Method)
	at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:846)

原因

The OS (unix based) was preventing JIRA from using the amount of memory allocated for JAVA.

ソリューション

Allow unlimited memory usage for the user running JIRA with the following command. This will remove any limits to virtual memory for the JIRA process.

ulimit -v unlimited

One of the ways to do this is to add the line above to the JIRA start-up script $JIRA-installation-directory/bin/start-jira.sh. 

 


Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.