Configuring Initial Cache Size on a Single Node for Performance

Configure the initial memory reserved for caching database pages on a single node installation 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 SMP_HOME\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 SMP_HOME\Servers\UnwiredServer\config\configure-sup.xml as follows:
    Change -c 24M to -c 8G.
  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.