Skip to content

Commit

Permalink
remove g1gc, that's the default
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Aug 8, 2023
1 parent f4ec83f commit bd2f22a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name":"contentbox-adobe2018",
"JVM":{
"heapSize":"1024",
"args": "-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false -XX:+UseG1GC"
"args": "-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false"
},
"web":{
"directoryBrowsing":true,
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name":"contentbox-adobe2021",
"JVM":{
"heapSize":"1024",
"args":"-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false -XX:+UseG1GC"
"args":"-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false"
},
"web":{
"directoryBrowsing":true,
Expand Down
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"app":{
"cfengine":"adobe@2023.0.0-beta.1",
"cfengine":"adobe@2023",
"serverHomeDirectory":".engines/acf2023"
},
"name":"contentbox-adobe2023",
"JVM":{
"heapSize":"1024",
"args":"-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false -XX:+UseG1GC"
"args":"-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false"
},
"web":{
"directoryBrowsing":true,
Expand Down

0 comments on commit bd2f22a

Please sign in to comment.