Podman pods are running out of file watchers, pod sysctl values are protected
Problem I am running MacOS Sonoma with a fresh install of Podman v5.2.0. My problem started when I deployed a standard NodeJS pod on Debian and a NodeJS application to that pod. The pod tag is: node:20-bookworm-slim In this pod, my NodeJS app watches for filesystem changes and automatically reloads with npm run build:css — […]