The Foglight Agent Manager (FglAM) has a system property that can be set on startup. This property defines the length of time that a poolable remote connection will be kept open. By default, any unused connections remains in the connection pool for 2.5 minutes (150000 ms). If no activity has been performed on this connection, it will be closed and removed from the pool.
To change this value (for example to remain open for 5.5min), the property is required to be set on startup:
-Dquest.connection.pool.time=330000
This will increase the pool duration to 5 and half minutes and allow for the connections to remain open between collection cycles.
To set the parameter follow the instructions below:
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center