Increasing Startup Speed

You can increase the startup speed by modifying the Database Connection Pool setting in the main configuration file.

  To increase the start up speed:

  1. Shut down Scorecard.

  2. From install\Middleware\user_projects\
    epmsystem1\HPS\hps instance\hpsfiles\config
    open HPSConfig.properties in any text editor.

  3. Add this code to the Database Connection Pool Setting section of the file:

    hyperion.hps.main_data_store.pool.max_active=10
    hyperion.hps.main_data_store.pool.when_exhausted_action=2
    hyperion.hps.main_data_store.pool.max_wait=30000
    hyperion.hps.main_data_store.pool.max_idle=5
    hyperion.hps.main_data_store.pool.connection_cleanup_sleep_ time=60000
    hyperion.hps.main_data_store.pool.connection_timeout=900000
    hyperion.hps.main_data_store.pool.valid_connection_select=null="true"
  4. Save and close the file.

  5. Restart the Web application server.

  6. Launch Performance Scorecard.