Compare commits
1 Commits
main
...
fix_debug_
Author | SHA1 | Date | |
---|---|---|---|
|
8fe1e03309 |
@ -97,8 +97,8 @@ pub fn read_settings() -> Result<Settings, Error> {
|
||||
/// FIXME: Does not cover the whole configuration yet
|
||||
pub fn get_debug_configuration() -> Settings {
|
||||
let mut settings_map = Settings::new();
|
||||
settings_map.insert(MachineSettingKey::PageSize, 2048);
|
||||
settings_map.insert(MachineSettingKey::NumPhysPages, 8192);
|
||||
settings_map.insert(MachineSettingKey::PageSize, 128);
|
||||
settings_map.insert(MachineSettingKey::NumPhysPages, 40000000);
|
||||
settings_map.insert(MachineSettingKey::UserStackSize, 4096);
|
||||
settings_map
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user