Skip to content

Commit

Permalink
[improve] edit DorisConfigOptions withDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumengze committed Nov 6, 2024
1 parent 57003ef commit 8726f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public class DorisConfigOptions {
ConfigOptions.key("doris.exec.mem.limit")
.memoryType()
.defaultValue(MemorySize.parse(DORIS_EXEC_MEM_LIMIT_DEFAULT_STR))
.withDescription("Memory limit for a single query. The default is 2048mb.");
.withDescription("Memory limit for a single query. The default is 8192mb.");
public static final ConfigOption<Boolean> SOURCE_USE_OLD_API =
ConfigOptions.key("source.use-old-api")
.booleanType()
Expand Down

0 comments on commit 8726f91

Please sign in to comment.