From 20b11c98bfef25438604d7a86e90be61f90dbce8 Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Tue, 18 May 2021 11:47:58 +0300 Subject: [PATCH] [community project configuration] increase heap size for compiler process It seems that after adding Kotlin plugin sources we need more heap to compile the project sources. GitOrigin-RevId: 2da1168a354c741a40ebf3a141073c5432a1eace --- .idea/compiler.xml | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index a4b0407ce210..76144fb5042b 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -4,7 +4,7 @@