memory leak

This commit is contained in:
2026-02-05 15:14:47 +03:00
parent b894cbd9c3
commit 0fded455b8
22 changed files with 420 additions and 170 deletions

View File

@@ -17,5 +17,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
FROM alpine:3.23 AS runner
WORKDIR /app
ENV GOMEMLIMIT=256MiB
COPY --from=builder /usr/local/bin/kurumi /app/kurumi
CMD ["/app/kurumi"]