After deploying my spring boot application (2.7.3), with the following configuration:
- CPU req: 1.2
- CPU limit: no limit
- image: "gcr.io/distroless/java17:nonroot"
- JAVA_TOOL_OPTIONS: "-XX:MinRAMPercentage=60.0 -XX:MaxRAMPercentage=75.0"
- GKE 1.21.11-gke.1900 with cos_containerd
it seems that under heavy load my system can not go over 1 CPU usage as seen in the following picture:
Anyone have faced similar situation ?
