Replies: 5 comments 1 reply
|
env NODE_OPTIONS="--max-old-space-size=4096" npx @deepseek-ai/dsh web |
|
same problem here, cannot execute in my 1GB VPS, jesus christ guys why the hell we live in 2026 and people creating those things in nodejs, let move forward to another real frameworks/languages |
|
这是 Node 24 默认堆大约 2GB、 长期用法: export NODE_OPTIONS=--max-old-space-size=8192
npm install -g @deepseek-ai/dsh@latest # 现在 latest = 0.1.1-rc.1
dsh web能换 Node 22 的话更稳,22 有人用裸 |
|
我使用npm install解决了这个问题,命令如下: |
|
Errors with 4GB also. Going to wait before this gets sorted as opposed to continue cranking up the available heap. Kinda crazy. |
Uh oh!
There was an error while loading. Please reload this page.
在WSL2环境下通过命令
npx @deepseek-ai/dsh web启动dsh时遇到OOM问题,以下是完整输出:All reactions