Configuring Initial Cache Size for Performance

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

  1. Stop Unwired Server.
    See Methods for Starting and Stopping Unwired Server.
  2. Shutdown and remove the consolidated database (CDB) service using the batch file in C:\Sybase\UnwiredPlatform\Servers\UnwiredServer\bin.
    asadbservice.bat stop 
    asadbservice.bat remove
  3. Set Unwired Platform services to manual start if they are designated as automatic start.
  4. Restart Unwired Server.
  5. Modify \UnwiredPlatform\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 Unwired Platform services to automatic start.
  8. Restart Unwired Server.