aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Holm <pho@FreeBSD.org>2021-12-05 05:43:29 +0000
committerPeter Holm <pho@FreeBSD.org>2021-12-05 05:43:29 +0000
commite86b5a623420e23701949fc9aeb5c19f8b543a57 (patch)
tree8b13b7dd8a657b015615bbb4afbae73d6feb38c5
parenta07d4265095ed473a3db5c3a998c699fa46dbe86 (diff)
stress2: This test runs for hours with ASLR enabled
-rwxr-xr-xtools/test/stress2/misc/vm_map.sh2
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