Skip to content

Commit

Permalink
Increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland committed Apr 19, 2018
1 parent 7378763 commit 1fff456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ android {
versionName "1.0"
testInstrumentationRunner "${applicationId}.TestRunner"
}
dexOptions {
javaMaxHeapSize '4g'
}
signingConfigs {
//noinspection GroovyMissingReturnStatement
debug {
Expand All @@ -81,10 +78,6 @@ android {
}
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildTypes {
release {
minifyEnabled false
Expand Down
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:
- image: circleci/android:api-26-alpha
working_directory: ~/bigbang-template
environment:
GRADLE_OPTS: '-Dorg.gradle.parallel=false -Dorg.gradle.daemon=false'
_JAVA_OPTIONS: "-Xmx1024m"
JVM_OPTS: -Xmx3200m
resource_class: large
steps:
- checkout
Expand Down

0 comments on commit 1fff456

Please sign in to comment.