Skip to content

Commit

Permalink
Purpur test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas2kdk authored Aug 21, 2023
1 parent e575a06 commit 2d82e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vanilla_old/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:ParallelGCThreads=4", "-Xms128M", "-Xmx8192M", "-jar", "server.jar", "nogui"]
3 changes: 2 additions & 1 deletion vanilla_old/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ if("$System.env.MAVEN_URL" != null) {

dependencies {
// Network plugins
implementation 'Server:Paper:1.19.4-550'
// implementation 'Server:Paper:1.19.4-550'
implementation 'Server:Purpur:1.19.4-1985'
implementation 'PlayerReferrals:PlayerReferrals:1.3.3'
implementation 'BuycraftX:BuycraftX:12.0.8'
implementation 'ChatControlRed:ChatControlRed:10.19.4'
Expand Down

0 comments on commit 2d82e57

Please sign in to comment.