mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
fix(fly.toml): scale up memory limit
This commit is contained in:
parent
15890772be
commit
623b547292
|
@ -11,8 +11,8 @@ kill_timeout = '30s'
|
|||
[build]
|
||||
|
||||
[processes]
|
||||
app = 'node --max-old-space-size=4096 dist/src/index.js'
|
||||
worker = 'node --max-old-space-size=4096 dist/src/services/queue-worker.js'
|
||||
app = 'node --max-old-space-size=8192 dist/src/index.js'
|
||||
worker = 'node --max-old-space-size=8192 dist/src/services/queue-worker.js'
|
||||
|
||||
[http_service]
|
||||
internal_port = 8080
|
||||
|
|
Loading…
Reference in New Issue
Block a user