diff options
author | Peter Holm <pho@FreeBSD.org> | 2021-12-05 05:43:29 +0000 |
---|---|---|
committer | Peter Holm <pho@FreeBSD.org> | 2021-12-05 05:43:29 +0000 |
commit | e86b5a623420e23701949fc9aeb5c19f8b543a57 (patch) | |
tree | 8b13b7dd8a657b015615bbb4afbae73d6feb38c5 | |
parent | a07d4265095ed473a3db5c3a998c699fa46dbe86 (diff) |
stress2: This test runs for hours with ASLR enabled
-rwxr-xr-x | tools/test/stress2/misc/vm_map.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/vm_map.sh b/tools/test/stress2/misc/vm_map.sh index c28beb464022..fb2a2b75b5a5 100755 --- a/tools/test/stress2/misc/vm_map.sh +++ b/tools/test/stress2/misc/vm_map.sh @@ -44,7 +44,7 @@ rm -f vm_map.c pages=$((`sysctl -n hw.usermem` / `sysctl -n hw.pagesize`)) [ `sysctl -n vm.swap_total` -eq 0 ] && pages=$((pages / 10 * 8)) -/tmp/vm_map $pages +proccontrol -m aslr -s disable /tmp/vm_map $pages rm -f /tmp/vm_map exit $s |