Skip to content

Commit

Permalink
pageserver: decrease utilization MAX_SHARDS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Jan 23, 2025
1 parent b312a3c commit 760167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/utilization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub(crate) fn regenerate(
};

// Express a static value for how many shards we may schedule on one node
const MAX_SHARDS: u32 = 20000;
const MAX_SHARDS: u32 = 5000;

let mut doc = PageserverUtilization {
disk_usage_bytes: used,
Expand Down

0 comments on commit 760167f

Please sign in to comment.