mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Reduce test memory in an effort to increase test stability.
This commit is contained in:
@@ -184,7 +184,7 @@ jacocoTestReport {
|
||||
}
|
||||
|
||||
test {
|
||||
maxHeapSize = "4096m"
|
||||
maxHeapSize = "1536m"
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user