Skip to content

Commit

Permalink
Merge pull request #15637 from cdapio/CDAP-20832
Browse files Browse the repository at this point in the history
[CDAP-20832] fix twill opts in < jdk 9
  • Loading branch information
samdgupi authored May 6, 2024
2 parents b3b2cc1 + d0898a1 commit ce2b6e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cdap-common/src/main/resources/cdap-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,7 @@

<property>
<name>twill.jvm.gc.opts</name>
<value>-XX:+UseG1GC -verbose:gc -Xloggc:&lt;LOG_DIR&gt;/gc.log -XX:+PrintGCDetails
-XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10
-XX:GCLogFileSize=1M
</value>
<value>-XX:+UseG1GC -verbose:gc -Xloggc:&lt;LOG_DIR&gt;/gc.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=1M</value>
<activation>
<jdk>(,9)</jdk>
</activation>
Expand Down

0 comments on commit ce2b6e1

Please sign in to comment.