Skip to content

Commit

Permalink
Add maxHeapSize
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Nov 27, 2024
1 parent ea218db commit a10f240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample-generate-preview-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ android {
isIncludeAndroidResources = true
all {
it.systemProperties["robolectric.pixelCopyRenderMode"] = "hardware"
// For large preview
it.maxHeapSize = "4096m"
}
}
}
Expand Down

0 comments on commit a10f240

Please sign in to comment.