mirror of https://github.com/F-Stack/f-stack.git
Update Launch_F-Stack_on_AWS_EC2_in_one_minute.md
This commit is contained in:
parent
a8f819cc8a
commit
a090190f3c
|
@ -18,7 +18,7 @@
|
|||
mkdir /mnt/huge
|
||||
mount -t hugetlbfs nodev /mnt/huge
|
||||
|
||||
# close ASLR; it is necessary in multiple porcess
|
||||
# close ASLR; it is necessary in multiple process
|
||||
echo 0 > /proc/sys/kernel/randomize_va_space
|
||||
|
||||
# insmod ko
|
||||
|
|
Loading…
Reference in New Issue