Skip to content

Commit

Permalink
Update gradle and bump ram usage
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Jan 1, 2022
1 parent e2b291a commit c24b378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
_defaults: &defaults
working_directory: ~/code
environment:
JVM_OPTS: -Xmx3200m
JVM_OPTS: -Xmx4G
commands:
with_cache:
description: "Caches and restores gradle dependencies"
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
build-linux:
docker:
- image: cimg/openjdk:11.0.11-browsers@sha256:02d8ac1beb99bff9c303376388355c6f87f9e29960804e920f01f30547214f7c
resource_class: medium+
<<: *defaults
steps:
# Work-around kotlin native using an old version of libtinfo https://github.com/circleci/circleci-images/issues/430
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.ignoreDisabledTargets=true
kotlin.native.binary.memoryModel=experimental
org.gradle.jvmargs=-Xmx3G
org.gradle.jvmargs=-Xmx4G
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c24b378

Please sign in to comment.