Fixed missing UserStackSize from default configuration
This commit is contained in:
parent
7be0c0accc
commit
86113da9d3
@ -98,6 +98,7 @@ pub fn get_debug_configuration() -> Settings {
|
||||
let mut settings_map = Settings::new();
|
||||
settings_map.insert(MachineSettingKey::PageSize, 128);
|
||||
settings_map.insert(MachineSettingKey::NumPhysPages, 400);
|
||||
settings_map.insert(MachineSettingKey::UserStackSize, 4096);
|
||||
settings_map
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user