Hello,
Im not sure if anyone can help, because seemingly its a rare issue. We are trying to run Dynamic Web 10, in a docker container, running on Azure Container App (Within a container app environment)
It runs fine for about 5 minutes.
We then get the following error
Error executing template "Designs/Swift/_parsed/Swift_Page.parsed.cshtml" System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.
I have attempted several solutions found online (such as disabling config reload, and setting file watcher to poll) but nothing seems to work.
Has anyone had any experience running Dynamic Web in this way that can help?