Skip to content

Commit

Permalink
Reducing page size to 512KB
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Mar 16, 2024
1 parent 2d8c989 commit 58e20f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mem/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::time::Instant;
use mock_instant::Instant;

#[cfg(not(test))]
pub const PAGE_SIZE: usize = 1 << 20;
pub const PAGE_SIZE: usize = 1 << 19;

#[cfg(test)]
pub const PAGE_SIZE: usize = 7;
Expand Down

0 comments on commit 58e20f9

Please sign in to comment.