Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Nov 10, 2023
1 parent 28592f2 commit ab65468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private TreeMemoryTarget getSharedAccount(TaskMemoryManager tmm) {
synchronized (MAP) {
return MAP.computeIfAbsent(tmm, m -> {
TreeMemoryTarget tmc = new TreeMemoryConsumer(m);
return tmc.newChild("root", GlutenConfig.getConf().conservativeTaskOffHeapMemorySize(), Spiller.NO_OP, Collections.emptyMap());
return tmc.newChild("root", perTaskCapacity, Spiller.NO_OP, Collections.emptyMap());
});
}
}
Expand Down

0 comments on commit ab65468

Please sign in to comment.