travelaudience / kubernetes-nexus

Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.
Apache License 2.0
130 stars 61 forks source link

Increase Nexus resources request. #15

Closed pires closed 7 years ago

pires commented 7 years ago

Based on https://support.sonatype.com/hc/en-us/articles/115006448847#mem and https://twitter.com/analytically/status/894592422382063616:

MaxRAMFraction=1 is not being set as it would allow the heap use all the available memory.

I'm also setting the CPU resource request based on my testing so far.