You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was inside docker-compose container (docker desktop 4.6.1 on MacOS 12.3.1), and I added the memory limit manually using docker update --memory 3000000000 --memory-swap 3000000000 <containername>. I confirmed the memory limit had taken effect via the MEM USAGE / LIMIT column in docker stats.
I haven't yet compared behaviour with our staging k8s cluster but it looks like I'm going to have to do that. I expect the memory-limit behaviour to be quite different there
This was inside docker-compose container (docker desktop 4.6.1 on MacOS 12.3.1), and I added the memory limit manually using
docker update --memory 3000000000 --memory-swap 3000000000 <containername>
. I confirmed the memory limit had taken effect via theMEM USAGE / LIMIT
column indocker stats
.I haven't yet compared behaviour with our staging k8s cluster but it looks like I'm going to have to do that. I expect the memory-limit behaviour to be quite different there
Originally posted by @craigds in #364 (reply in thread)
The text was updated successfully, but these errors were encountered: