mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
fix(fly): raise heap limit to 4G per process
This commit is contained in:
parent
5f14f4f788
commit
95c6c63b85
|
@ -11,8 +11,8 @@ kill_timeout = '30s'
|
||||||
[build]
|
[build]
|
||||||
|
|
||||||
[processes]
|
[processes]
|
||||||
app = 'node dist/src/index.js'
|
app = 'node --max-old-space-size=4096 dist/src/index.js'
|
||||||
worker = 'node dist/src/services/queue-worker.js'
|
worker = 'node --max-old-space-size=4096 dist/src/services/queue-worker.js'
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 8080
|
internal_port = 8080
|
||||||
|
|
Loading…
Reference in New Issue
Block a user