|
|
|
|
|
by rbflx
2150 days ago
|
|
Sorry if this is somewhat unrelated to the main thread, but considering that someone working on Fly.io is here, I wanted to ask some questions that I couldn't find the answers to in your documentation. 1. What's the average cold start time when spinning up a new instance? For comparison, AWS Fargate often has cold starts of around 1 minute. 2. Is there a limit on the container size created by the Dockerfile? 3. Is there a limit on the number of concurrent instances a single user can run? |
|
2. There's no hard limit. We've had 8GB images running (that I know of). Cold starts can be pretty bad on those just because pulling down an 8gb filesystem is slow.
3. Also no hard limit. I'm curious what you're doing though! Feel free to email me: kurt at fly.io