Skip to content

Commit

Permalink
chore: 添加运行测试的最大堆内存 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtn1024 authored Aug 21, 2024
1 parent 30390bf commit af7cdb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ allprojects {

test {
systemProperty "java.util.logging.manager", "org.jboss.logmanager.LogManager"

maxHeapSize = '2g'
}
compileJava {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit af7cdb7

Please sign in to comment.