mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-21 23:07:16 +08:00
remove node memory limit
This commit is contained in:
@@ -42,4 +42,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY}
|
||||
EXPOSE 3000
|
||||
|
||||
# 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
|
||||
|
||||
# Set startup command
|
||||
CMD ["node", "--max-old-space-size=1800", "./dist/server.js"]
|
||||
CMD ["node", "./dist/server.js"]
|
||||
|
||||
Reference in New Issue
Block a user