Skip to content

Commit

Permalink
[hotfix][minicl] Set default managed memory to 128mb for mini cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
azagrebin authored and tillrohrmann committed Jan 27, 2020
1 parent 7c6ecc4 commit f54c3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class MiniClusterConfiguration {

static final String SCHEDULER_TYPE_KEY = JobManagerOptions.SCHEDULER.key();
static final MemorySize DEFAULT_SHUFFLE_MEMORY_SIZE = MemorySize.parse("64m");
static final MemorySize DEFAULT_MANAGED_MEMORY_SIZE = MemorySize.parse("16m");
static final MemorySize DEFAULT_MANAGED_MEMORY_SIZE = MemorySize.parse("128m");

private final UnmodifiableConfiguration configuration;

Expand Down

0 comments on commit f54c3f1

Please sign in to comment.