This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 1050b36 Add MaxMetaspaceSize=512m to avoid metaspace issues when
building Calcite
1050b36 is described below
commit 1050b36cafbb0c487b7a2ade3efd12850609717e
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Sep 28 00:30:19 2020 +0300
Add MaxMetaspaceSize=512m to avoid metaspace issues when building Calcite
Gradle defaults to 256m which seems to be too small
---
gradle.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/gradle.properties b/gradle.properties
index ebd316b..6e4d0c5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,6 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+org.gradle.jvmargs=-Xmx512m -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
# Build cache can be disabled with --no-build-cache option
org.gradle.caching=true