Out of Memory error starting JBoss with Portal from Eclipse

前端 未结 5 1742
旧时难觅i
旧时难觅i 2021-01-03 11:32

I cannot get JBoss Portal to start from Eclipse, though the AS alone starts fine, and the Portal starts correctly as well, when started from the command line as opposed to f

5条回答
  •  独厮守ぢ
    2021-01-03 12:11

    You need to increase the memory you're allocating to Java, in particular heap space and PermGen. This article is highly relevant. It mentions that this issue often occurs with Eclipse and JBoss (since both are fairly large), and provides a solution (adjusting the command-line flags).

提交回复
热议问题