hi,how can i update the POSIX message queues in containerd runtime containers in docker patching the docker/daemon.json used to work, what should be the equivalent in containerd world.
echo '{{"bridge": "none", "log-driver": "json-file", "log-opts": {{ "max-size": "10m", "max-file": "10" }}, "live-restore": true, "max-concurrent-downloads": 10, "default-ulimits": {{ "msgqueue": {{ "Name": "msgqueue", "Hard": 10000000, "Soft": 10000000 }}}}}}' > /etc/docker/daemon.json