mdedetrich commented on code in PR #1255:
URL: https://github.com/apache/pekko/pull/1255#discussion_r1554549200


##########
.github/workflows/scala-steward.yml:
##########
@@ -11,11 +11,14 @@ jobs:
     name: Launch Scala Steward
     if: github.repository == 'apache/pekko'
     steps:
-      - name: Enable jvm-opts
-        run: cp .jvmopts-ci .jvmopts
+      - name: Setup JVM options
+        run: |-
+          echo $PWD
 
       - name: Launch Scala Steward
         uses: scala-steward-org/scala-steward-action@v2
+        env:
+          JAVA_OPTS: "-verbose:gc -Xmx4g"

Review Comment:
   The verbose is not needed, I would add the following args
   
   ```
   -Xms4G
   -Xmx4G
   -Xss2M
   -XX:MetaspaceSize=512M
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to