Introduce shmSizeLimit value (default 512Mi) to control the size of the RAM-backed /dev/shm volume. Leave empty to apply no limit.
Mount RAM-backed emptyDir at /dev/shm to remove the default 64MB limit, preventing Bus errors when using PyTorch DataLoader or NumPy multiprocessing.