Skip to content

Commit

Permalink
Remove heap config that seems unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Apr 29, 2024
1 parent 1efa808 commit 99f4da9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shark/shark-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ dependencies {
testImplementation projects.shark.sharkTest
testImplementation projects.shark.sharkHprofTest
}

test {
minHeapSize = "128m" // initial heap size
maxHeapSize = "4g" // maximum heap size
}

0 comments on commit 99f4da9

Please sign in to comment.