mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
increase nodejs memory limit
This commit is contained in:
parent
f23be85ac2
commit
03a2657fb6
@ -42,4 +42,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY}
|
||||
EXPOSE 3000
|
||||
|
||||
# Set startup command
|
||||
CMD ["node", "./dist/server.js"]
|
||||
CMD ["node", "--max-old-space-size=1800", "./dist/server.js"]
|
||||
|
||||
@ -47,4 +47,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY}
|
||||
EXPOSE 3000
|
||||
|
||||
# Set startup command
|
||||
CMD ["node", "./dist/server.js"]
|
||||
CMD ["node", "--max-old-space-size=1800", "./dist/server.js"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user