SAP ASE Mart Database Memory

Symptom:

You may experience one of the following issues when there is insufficient memory for the SAP ASE Mart database.

  • You cannot save multiple Mart models in a SAP ASE Mart database.
  • When you upgrade a Mart model from 8.x to 2018 R1 using the upgrade utility for a SAP ASE database the upgrade process fails.

Solution:

Increase the main memory and procedure cache of the database.

  1. Enter the following command to increase the main memory of the database:
    sp_configure "max memory", <memory size>
    
    <memory size>

    Specifies the amount of memory that you need to increase.

  2. Enter the following command to increase the procedure cache of the database:
    sp_configure "procedure cache size", <memory size>
    
    <memory size>

    Specifies the amount of memory that you need to increase.