openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
196 stars 118 forks source link

Container start up can be very slow on some systems #53

Open electrofelix opened 7 years ago

electrofelix commented 7 years ago

Gerrit startup can be quite dependent on the underlying host providing a decent amount on entropy. This can be problem on headless machines and is described at, https://github.com/davido/gerrit-oauth-provider/issues/40#issuecomment-267146667 however it's not limited to using the oauth plugin and can affect usage involving the H2 DB as well, and subsequently and connections over SSH.

Figured it might be worth adding a note to the README.md to give users a heads up and point them in the direction of various solutions.

Will try to follow up with a PR