Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. コマンドプロンプトを開き、Yellowfinインストールディレクトリ配下の、appserver\binへ移動します。
  2. 次のコマンドを実行します。:tomcat5w次のコマンドを実行します。:tomcat8w.exe //ES//Yellowfin

    Yellowfinサービスの、サービスマネージャーが実行されます。「Java」タブに移動し、「メモリ初期使用量」と「メモリ最大使用量」の値を変更します。
  3. Yellowfinサービスを再起動して、変更内容を反映します。

...

  1. Yellowfinを終了します。
  2. Yellowfin/appserver/bin/catalina.shファイルを編集します。
  3. 以下のセクションを探します。

    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"
    
  4. 最終行をコメントアウトし、「Xmx」オプションを、必要な最大メモリ量に変更します。
  5. Yellowfinを再起動して、変更内容を反映します。

...