4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

eclipse が Java heap spaceで止まる

Last updated at Posted at 2014-09-17

org.eclipse.ant.core.antBuildFile のコンテンツ・ディスクドライバーを作成できませんでした。コンテンツ・タイプが使用不可になりました。

Java heap space

とダイアログがでた。

メモリ足りてるのに何でかいな?と思ったら、
JavaVM のヒープメモリの不足らしい。

eclipse.ini に以下を修正した。
(macの場合は、eclipse.app のパッケージに含まれている)

-Xmx1024m

デフォルトは 512MB。

4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?