You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2022/08/05 11:56:02 UTC

[calcite] 01/03: [CALCITE-5096] Increase gradle build heap size from 512m to 1g

This is an automated email from the ASF dual-hosted git repository.

sereda pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit eff9080716ba2ca64eb376006b02eb5134a42cb2
Author: Andrei Sereda <25...@users.noreply.github.com>
AuthorDate: Thu Jul 21 00:36:15 2022 -0400

    [CALCITE-5096] Increase gradle build heap size from 512m to 1g
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 9d746286bc..baf4cf1960 100644
--- a/gradle.properties
+++ b/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 -Xmx512m -XX:MaxMetaspaceSize=512m
+org.gradle.jvmargs=-XX:+UseG1GC -Xmx1g -XX:MaxMetaspaceSize=512m
 org.gradle.parallel=true
 # Build cache can be disabled with --no-build-cache option
 org.gradle.caching=true