I’m testing Theia in Azure Container Instances, and I’m getting the following message popup:
Unable to watch for file changes in this large workspace. The information you see may not include recent file changes.
However, this is a fresh workspace and no files have been created. I checked and found out that fs.notify.max_user_watches
is set to the default of 8192
. However, i can’t seem to change that as /sys
is mounted read-only in the container. Has anyone been able to figure this out? Is there a workaround?