Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ public interface KeycloakDevServicesConfig {
/**
* Memory limit for Keycloak container, up to {@code Long.MAX_VALUE} bytes.
* </p>
* If not specified, 750MiB is the default memory limit.
* If not specified, 1250MiB is the default memory limit.
*/
@WithDefault("750M")
@WithDefault("1250M")
MemorySize containerMemoryLimit();

/**
Expand Down
Loading