...
- コマンドプロンプトを開き、Yellowfinインストールディレクトリ配下の、appserver\binへ移動します。
- 次のコマンドを実行します。:tomcat5w次のコマンドを実行します。:tomcat8w.exe //ES//Yellowfin
Yellowfinサービスの、サービスマネージャーが実行されます。「Java」タブに移動し、「メモリ初期使用量」と「メモリ最大使用量」の値を変更します。
- Yellowfinサービスを再起動して、変更内容を反映します。
...
- Yellowfinを終了します。
- Yellowfin/appserver/bin/catalina.shファイルを編集します。
以下のセクションを探します。
Code Block none none # Memory limits. # Use these options to set the Java memory limits. # -Xms64m sets the initial Java heap size to 64Mb # -Xmx256m sets the maximum Java heap size to 256Mb #JAVA_OPTS="$JAVA_OPTS -Xms64m -Xmx256m"
- 最終行をコメントアウトし、「Xmx」オプションを、必要な最大メモリ量に変更します。
- Yellowfinを再起動して、変更内容を反映します。
...