leerho commented on code in PR #182: URL: https://github.com/apache/datasketches-memory/pull/182#discussion_r1597551389
########## .github/workflows/auto-jdk-matrix.yml: ########## @@ -0,0 +1,67 @@ +name: DataSketches-Memory Auto JDK Matrix Test & Install + +on: + pull_request: + push: + # branches: [ master ] + workflow_dispatch: + +env: + MAVEN_OPTS: -Xmx4g -Xms1g Review Comment: Oh jees, that has been there for a long time, I don't remember why I made it 4g at the time. ########## .github/workflows/auto-jdk-matrix.yml: ########## @@ -0,0 +1,67 @@ +name: DataSketches-Memory Auto JDK Matrix Test & Install + +on: + pull_request: + push: + # branches: [ master ] Review Comment: Yeah, it needs to be uncommented before it goes into release branch. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
