たちまち。

即席で役に立つこと。

eBuilder上のResinのメモリ容量を変更する

eBuilderにResinサーバーを定義して起動すると、以下のエラーが発生することがある。

 

net.sf.ehcache.config.InvalidConfigurationException: There is one error in your configuration:
* CacheManager configuration: You've assigned more memory to the on-heap than the VM can sustain, please adjust your -Xmx setting accordingly

 

原因は見ての通りJavaのメモリ不足。

デフォルトは512MBになっている。

 

設定箇所は以下。

 

eBuilderのサーバービューから、サーバーをダブルクリック

f:id:aposke:20200424124031p:plain

 ↓

一般情報の中の「起動構成を開く」

f:id:aposke:20200424124041p:plain

 ↓

引数タブの「VM引数」 下のほうに書いてあるXmxの値を変更する(例 512m ⇒ 1024m)

f:id:aposke:20200424124052p:plain