We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e1351 commit cdecb92Copy full SHA for cdecb92
turbopack/crates/turbo-tasks-backend/src/backend/storage.rs
@@ -337,7 +337,7 @@ where
337
{
338
pub fn new() -> Self {
339
let shard_amount =
340
- (available_parallelism().map_or(4, |v| v.get()) * 256).next_power_of_two();
+ (available_parallelism().map_or(4, |v| v.get()) * 64).next_power_of_two();
341
Self {
342
map: DashMap::with_capacity_and_hasher_and_shard_amount(
343
1024 * 1024,
0 commit comments