mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-25 22:16:49 +08:00
remove node memory limit
This commit is contained in:
parent
f62bb348d4
commit
3d6e6f73ea
@ -42,4 +42,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY}
|
|||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Set startup command
|
# Set startup command
|
||||||
CMD ["node", "--max-old-space-size=1800", "./dist/server.js"]
|
CMD ["node", "./dist/server.js"]
|
||||||
|
|||||||
@ -47,4 +47,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY}
|
|||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Set startup command
|
# Set startup command
|
||||||
CMD ["node", "--max-old-space-size=1800", "./dist/server.js"]
|
CMD ["node", "./dist/server.js"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user