Skip to content

Commit 364e5d6

Browse files
authored
fix: dont cap the memory in the docker image (#251)
resolves #245
1 parent b634311 commit 364e5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnz/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LABEL org.label-schema.docker.cmd="docker run -it --rm --name mirror -e NVD_API_
2323

2424
ENV user=mirror
2525
ENV BUILD_VERSION=$BUILD_VERSION
26-
ENV JAVA_OPT="-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0"
26+
ENV JAVA_OPT="-XX:InitialRAMPercentage=50.0"
2727

2828
RUN apk update && \
2929
apk add --no-cache bash openjdk17 dcron nss supervisor tzdata && \

0 commit comments

Comments
 (0)