Skip to content

Commit

Permalink
[CALCITE-6484] Sonar analysis fails intermittently due to OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
asolimando committed Jul 18, 2024
1 parent a27a8de commit 4d30e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
org.gradle.jvmargs=-XX:+UseG1GC -Xmx1.5g -XX:MaxMetaspaceSize=768m
org.gradle.parallel=true
# Build cache can be disabled with --no-build-cache option
org.gradle.caching=true
Expand Down

0 comments on commit 4d30e82

Please sign in to comment.