Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow application startup on VPS #8

Closed
oshiryaeva opened this issue Mar 6, 2018 · 1 comment
Closed

Slow application startup on VPS #8

oshiryaeva opened this issue Mar 6, 2018 · 1 comment
Assignees
Labels
type: enhancement New feature or request
Milestone

Comments

@oshiryaeva
Copy link
Contributor

Tomcat use blocking secure random generator, to enable non-blocking linux random source add option to bin/setenv.sh:

CATALINA_OPTS="$CATALINA_OPTS -Djava.security.egd=file:/dev/./urandom"

See https://www.digitalocean.com/community/tutorials/how-to-optimize-your-tomcat-installation-on-ubuntu-14-04

@oshiryaeva oshiryaeva added the type: enhancement New feature or request label Mar 6, 2018
@oshiryaeva oshiryaeva added this to the Release 6.8 milestone Mar 6, 2018
@knstvk knstvk assigned oshiryaeva and unassigned knstvk Jul 12, 2018
oshiryaeva pushed a commit that referenced this issue Aug 13, 2018
oshiryaeva pushed a commit that referenced this issue Aug 13, 2018
@knstvk
Copy link
Member

knstvk commented Aug 14, 2018

See comment in code.

@knstvk knstvk reopened this Aug 14, 2018
oshiryaeva pushed a commit that referenced this issue Aug 14, 2018
oshiryaeva pushed a commit that referenced this issue Aug 20, 2018
oshiryaeva pushed a commit that referenced this issue Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants