smarr/ReBench

Add support to disable address layout randomization in denoise

smarr opened this issue · 0 comments

smarr commented

See:

Roughly, for disabling it:

echo 0 | sudo tee /proc/sys/kernel/randomize_va_space

Should probably capture the current value.
But likely should be something like:

echo 2 | sudo tee /proc/sys/kernel/randomize_va_space