Docker – Native memory with low RAM constraint (1g)
I'm running a Java application within a Docker with 1g of maximum RAM. I've reduced the Java heap to -Xmx256m. Despite that, the Java process is using much more and very often goes beyond 1g making it being killed by…