Skip to content

Commit

Permalink
ci(gradle): specify Xmx and MaxMetaspaceSize explicitly due to dokka OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Oct 12, 2021
1 parent fbcce6e commit b55a7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
# limitations under the License.
#

android.useAndroidX=true
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m
android.useAndroidX=true

0 comments on commit b55a7db

Please sign in to comment.