We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317e1f8 commit e2fd29bCopy full SHA for e2fd29b
integration-test/src/test/java/org/cloudfoundry/IntegrationTestConfiguration.java
@@ -372,7 +372,7 @@ Mono<String> organizationId(
372
.applicationInstanceLimit(-1)
373
.applicationTaskLimit(-1)
374
.instanceMemoryLimit(-1)
375
- .memoryLimit(8192)
+ .memoryLimit(16384)
376
.name(organizationQuotaName)
377
.nonBasicServicesAllowed(true)
378
.totalPrivateDomains(-1)
0 commit comments