Skip to content

Commit

Permalink
Update IntegrationTestConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan authored Feb 19, 2024
1 parent 317e1f8 commit e2fd29b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Mono<String> organizationId(
.applicationInstanceLimit(-1)
.applicationTaskLimit(-1)
.instanceMemoryLimit(-1)
.memoryLimit(8192)
.memoryLimit(16384)
.name(organizationQuotaName)
.nonBasicServicesAllowed(true)
.totalPrivateDomains(-1)
Expand Down

0 comments on commit e2fd29b

Please sign in to comment.