mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 11:25:55 +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]
|
||||
|
||||
[processes]
|
||||
app = 'node dist/src/index.js'
|
||||
worker = 'node dist/src/services/queue-worker.js'
|
||||
app = 'node --max-old-space-size=4096 dist/src/index.js'
|
||||
worker = 'node --max-old-space-size=4096 dist/src/services/queue-worker.js'
|
||||
|
||||
[http_service]
|
||||
internal_port = 8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user