mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Reduce memory usage
This commit is contained in:
@@ -25,8 +25,8 @@ const hash_map = @import("hash_map.zig");
|
||||
|
||||
pub const Preallocate = struct {
|
||||
pub const Counts = struct {
|
||||
pub const dir_entry: usize = 4096;
|
||||
pub const files: usize = 8096;
|
||||
pub const dir_entry: usize = 2048;
|
||||
pub const files: usize = 4096;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user