paged mode is default.
This commit is contained in:
parent
16e14559e6
commit
6c92081a5a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ PUBLIC int main(void)
|
|||
#endif
|
||||
SANITYCHECK(SCL_TOP);
|
||||
|
||||
vm_paged = 0;
|
||||
vm_paged = 1;
|
||||
env_parse("vm_paged", "d", 0, &vm_paged, 0, 1);
|
||||
#if SANITYCHECKS
|
||||
env_parse("vm_sanitychecklevel", "d", 0, &vm_sanitychecklevel, 0, SCL_MAX);
|
||||
|
|
Loading…
Reference in a new issue