On Thu, Apr 25, 2019, 07:36 nicoschottelius <[email protected]> wrote:
> > Hello, > > when testing guacamole we notice in some situations that the startup > time is VERY long: > > server: INFO: Server startup in 77864 ms > server: INFO: Server startup in 478297 ms > server: INFO: Server startup in 330987 ms > This might be due to insufficient entropy in the system's entropy pool. Tomcat needs to generate secure random numbers during startup. Try installing haveged - it helps with random number generation in otherwise low-entropy environments. - Mike
