True or False? Memory is a compressible resource, meaning that when a container reach the memory limit, it will keep running
Answer
False. CPU is a compressible resource while memory is a non compressible resource - once a container reached the memory limit, it will be terminated.