Versions Compared

Key

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

...

  • Change with ALTER SYSTEM statement.

    Code Block
    languagesql
    ALTER SYSTEM SET TOTAL_WA_SIZE = value ; -- value is in bytes.
  • The Altibase server configuration file is also changed so that the value changed to ALTER SYSTEM is reflected even after restarting the Altibase server.

    Code Block
    themeDJango
    languagebash
    shell> cd $ALTIBASE_HOME/conf
    shell> vi altibase.properties        # Find and change the TOTAL_WA_SIZE property in the altibase.properties file. 
    TOTAL_WA_SIZE                        = 134217728 # default = 134217728   

...