WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 333 forks source link

每次刷新页面都会导致node进程内存占用增大,没有进行内存回收 #135

Open luowei729 opened 1 year ago

luowei729 commented 1 year ago

每次刷新页面都会导致node内存占用增大,没有进行内存回收

pino889 commented 1 year ago

确实,直接把服务器卡爆了

vailin commented 1 year ago

直接静态编译部署就好了。

WongSaang commented 1 year ago

如果服务器资源有限,现在可以使用静态托管镜像:wongsaang/chatgpt-ui-client:latest-static,但它只支持一个环境变量:SERVER_DOMAIN

If server resources are limited, you can now use the static hosting image: wongsaang/chatgpt-ui-client:latest-static, but it only supports one environment variable: SERVER_DOMAIN.

luowei729 commented 1 year ago

如果服务器资源有限,现在可以使用静态托管镜像:wongsaang/chatgpt-ui-client:latest-static,但它只支持一个环境变化:SERVER_DOMAIN

如果服务器资源有限,您现在可以使用静态托管图像:wongsaang/chatgpt-ui-client:latest-static,但它只支持一个环境变量:SERVER_DOMAIN

静态编译教程和静态镜像如何使用需要在wiki里面写出