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/07/23 03:01:25 UTC

[calcite] 01/02: [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 annotated tag calcite-1.31.0-rc0
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit bd9a2a6b8a49d156f9ca4f5fcfe9c46d6e34f9a4
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 e30b05d767..7a16f3b715 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