Skip to content

Commit

Permalink
Resolving mem leak issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatchelor committed Jan 25, 2023
1 parent 83ed6ef commit ec22253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY target/Cars_Sample_App/WEB-INF/lib/objenesis-2.5.1.jar /usr/local/tomcat/li
ADD https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.18.0/opentelemetry-javaagent.jar /usr/local/tomcat/lib/

# This set if the leak short circuits to no-op or not
ENV LEAKING=TRUE
ENV LEAKING=FALSE

# Java Opts for DB Connection
COPY setenv.sh /usr/local/tomcat/bin

0 comments on commit ec22253

Please sign in to comment.