In a docker compose, it's possible to limit, for example, the memory, like this :
deploy:
resources:
limits:
memory: 2G
What is the difference with cgroupV2 ?
In a docker compose, it's possible to limit, for example, the memory, like this :
deploy:
resources:
limits:
memory: 2G
What is the difference with cgroupV2 ?