mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-17 03:05:52 +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…
x
Reference in New Issue
Block a user