jenkins-x / draft-packs

Note these build packs are moving to https://github.com/jenkins-x-buildpacks
https://jenkins-x.io/architecture/build-packs/
Apache License 2.0
18 stars 45 forks source link

Startup performance for JVM based apps #62

Open paolocarta opened 6 years ago

paolocarta commented 6 years ago

The startup performance with the default cpu and resource settings is pretty slow, it takes at least 40 seconds for a simple spring boot app.

In my opinion we need to increase a bit the requested resource and especially the limits.

Example with existing config in GKE:

original

After resource tuning:

after-tuning
paolocarta commented 6 years ago

PR Link: https://github.com/jenkins-x/draft-packs/pull/63