Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Tested 32 cores
Browse files Browse the repository at this point in the history
- Could go lower
  • Loading branch information
memN0ps committed Jul 4, 2024
1 parent 44fe8df commit 2167f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypervisor/src/global_const.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const DEFAULT_LOGICAL_PROCESSORS: usize = 16;
/// 0x4000 * 4096 = 67,108,864 bytes (64 MB)
///
/// This stack size is allocated individually for each processor.
pub const STACK_PAGES_PER_PROCESSOR: usize = 0x4000;
pub const STACK_PAGES_PER_PROCESSOR: usize = 0x2000;

/// The size of a page table in bytes.
const PAGE_TABLE_SIZE: usize = 2 * 1024 * 1024; // 2 MB
Expand Down

0 comments on commit 2167f6c

Please sign in to comment.