You can increase the startup speed by modifying the Database Connection Pool setting in the main configuration file.
To increase the start up speed:
From install\Middleware\user_projects\
epmsystem1\HPS\hps instance\hpsfiles\config open HPSConfig.properties in any text editor.
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"