I'm running a regular JVM application on containers in GCP.
The container_memory_working_set_bytes
metric returns 4GB
, while sum(jvm_memory_bytes_used)
returns 2GB
.
I'm trying to understand which processes are using the remaining 2GB
.
In theory, what can consume this memory? how can I understand it via Prometheus / Linux shell by kubectl exec
?