Hi,
I'm running a Node.js app on an Enhance website container with a 4 GB memory limit set on the package. When I SSH in as the website user and run free -m, it reports the whole server (8 GB total, 5.7 GB available) rather than the container's 4 GB. nproc and df look the same way, host values, not the container's. My assumption is that this is probably expected rather than a bug, but I wanted to ask whether that's intended and whether there's a supported way to make a container report its own limits?