I have seen a couple of posts here without clear resolution around setting file descriptor limits and wondering how we would translate the following docker command into a fly app:
docker run --ulimit nofile=80000:80000
For context our app is running from a fly launch --image
based off a public image that we are not authoring and the recommendation from the publisher is to increase OS level limits such as the file descriptors.