Dokploy 部署问题 #5192
Unanswered
SpeedupMaster
asked this question in
General Question | 普通问题
Dokploy 部署问题
#5192
Replies: 1 comment 1 reply
-
这个是内存溢出的问题,目前构建占用内存一直很大,所以不建议生产上加 当然另外一种做法降低构建内存占用的是关掉next 构建后的 ts 类型检测,据说就不会遇到这个问题了 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
今天dokploy自动部署报错:
问了下GPT,添加了
NIXPACKS_BUILD_CMD="NODE_OPTIONS='--max-old-space-size=8192' pnpm run build"
这个环境变量成功部署,不过内存占用很大,正常使用下内存占用6.5G左右,部署过程中占用可以到14G以上。不知道是不是和设置的max-old-space-size=8192
有关。部署v1.40.2版本出现,v1.39.3版本及之前没遇到过这个问题。Beta Was this translation helpful? Give feedback.
All reactions