Skip to content

Commit

Permalink
Updated Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas2kdk authored Aug 21, 2023
1 parent 4b80619 commit 2a5ede6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY . /tfb/
WORKDIR /tfb

RUN chmod +x *.jar
CMD ["java", "-Xms128M", "-Xmx8192M", "-jar", "server.jar", "nogui"]
CMD ["java", "-XX:+UseConcMarkSweepGC", "-XX:+UseParNewGC", "-XX:+CMSIncrementalPacing","-XX:ParallelGCThreads=7","-XX:+AggressiveOpts" "-Xms128M", "-Xmx8192M", "-jar", "server.jar", "nogui"]

0 comments on commit 2a5ede6

Please sign in to comment.