mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Remove MaxPermSize
Fixes gh-3578
This commit is contained in:
parent
36c381a06a
commit
d27abdb168
@ -128,7 +128,7 @@ project.conf2ScopeMappings.addMapping(MavenPlugin.TEST_COMPILE_PRIORITY + 2, pro
|
|||||||
check.dependsOn integrationTest
|
check.dependsOn integrationTest
|
||||||
|
|
||||||
task springSnapshotTest(type: Test) {
|
task springSnapshotTest(type: Test) {
|
||||||
jvmArgs = ['-ea', '-Xmx500m', '-XX:MaxPermSize=128M']
|
jvmArgs = ['-ea', '-Xmx500m']
|
||||||
classpath = sourceSets.test.output + sourceSets.main.output + configurations.springSnapshotTestRuntime
|
classpath = sourceSets.test.output + sourceSets.main.output + configurations.springSnapshotTestRuntime
|
||||||
reports {
|
reports {
|
||||||
html.destination = project.file("$buildDir/spring-snapshot-test-results/")
|
html.destination = project.file("$buildDir/spring-snapshot-test-results/")
|
||||||
|
2
gradlew
vendored
2
gradlew
vendored
@ -7,7 +7,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=512M"
|
DEFAULT_JVM_OPTS="-Xmx1024M"
|
||||||
|
|
||||||
APP_NAME="Gradle"
|
APP_NAME="Gradle"
|
||||||
APP_BASE_NAME=`basename "$0"`
|
APP_BASE_NAME=`basename "$0"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user