mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-10 04:13:31 +00:00
Bump PermGen
This commit is contained in:
parent
0f608d59b6
commit
8a17c23277
@ -163,7 +163,7 @@ configurations.all {
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
project.tasks.matching { it instanceof Test && it.name != 'integrationTest' }.all {
|
||||
jvmArgs = ['-ea', '-Xmx500m']
|
||||
jvmArgs = ['-ea', '-Xmx500m', '-XX:MaxPermSize=512m']
|
||||
maxParallelForks = guessMaxForks()
|
||||
logging.captureStandardOutput(LogLevel.INFO)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user