Given a Docker container that has been launched with a memory limit, I wonder if it possible to detect when that memory limit is being enforced, and thus the container is about to crash because it's getting out of memory. Is there some signal that I could trap?, or some log file that I can poll? Detecting this after the fact, even with some minutes of delay would still be useful