Skip to content

Commit

Permalink
feat: increase vm pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 29, 2021
1 parent 0bc0cb3 commit 9a493ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -60,7 +60,7 @@ func main() {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

WarmVMs := make(chan runningFirecracker, 1)
WarmVMs := make(chan runningFirecracker, 10)

go fillVMPool(ctx, WarmVMs)
installSignalHandlers()
Expand Down

0 comments on commit 9a493ee

Please sign in to comment.