zabetak commented on code in PR #3864: URL: https://github.com/apache/calcite/pull/3864#discussion_r1684157967
########## gradle.properties: ########## @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -org.gradle.jvmargs=-XX:+UseG1GC -Xmx1g -XX:MaxMetaspaceSize=512m Review Comment: I suppose that these jvmargs are also picked up in local runs. If that's the case then the OOM should be reproable locally if we use the same JDK. Having a local repro would make it much easier to test and prove that changes improve the situation. In fact, we could even lower the heap on local runs to see if this is what causes the problem. -- 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]
