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のサーバービューから、サーバーをダブルクリック
↓
一般情報の中の「起動構成を開く」
↓
引数タブの「VM引数」 下のほうに書いてあるXmxの値を変更する(例 512m ⇒ 1024m)