Configuring Initial Cache Size for Performance

Configure the initial memory reserved for caching database pages to enhance performance.

  1. Stop SAP Mobile Server.
    See Starting and Stopping SAP Mobile Server.
  2. Shutdown and remove the consolidated database (CDB) service using the batch file in SMP_HOME\Servers\UnwiredServer\bin.
    asadbservice.bat stop 
    asadbservice.bat remove
  3. Set SAP Mobile Platform services to manual start if they are designated as automatic start.
  4. Restart SAP Mobile Server.
  5. Modify SMP_HOME\Servers\UnwiredServer\config\configure-sup.xmlas follows:
    Change -c 24M to -c 5G.
  6. Reinstall the CDB service.
    asadbservice.bat install manual
    or
    asadbservice.bat install auto
  7. Set SAP Mobile Platform services to automatic start.
  8. Restart SAP Mobile Server.