perf: bound runtime memory and storage usage

This commit is contained in:
whyour
2026-08-16 16:29:06 +08:00
parent 31f78e4d1f
commit 276dfc2382
30 changed files with 1350 additions and 68 deletions
+2
View File
@@ -70,8 +70,10 @@ RUN set -x && \
git config --global user.name "qinglong" && \
git config --global http.postBuffer 524288000 && \
npm install -g pnpm@8.3.1 pm2 ts-node typescript@5 && \
npm cache clean --force && \
rm -rf /root/.cache && \
rm -rf /root/.npm && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /etc/apt/apt.conf.d/docker-clean && \
ulimit -c 0
+2
View File
@@ -69,8 +69,10 @@ RUN set -x && \
git config --global user.name "qinglong" && \
git config --global http.postBuffer 524288000 && \
npm install -g pnpm@8.3.1 pm2 ts-node typescript@5 && \
npm cache clean --force && \
rm -rf /root/.cache && \
rm -rf /root/.npm && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /etc/apt/apt.conf.d/docker-clean && \
ulimit -c 0