I’m messing around with Open Embedded
Main Page - Openembedded
The instructions tell me to append the following to /etc/sysctl.conf:
# OpenEmbedded
vm.mmap_min_addr = 0
or do (as superuser)
echo 0 > /proc/sys/vm/mmap_min_addr
The default value seems to be 65536.
Simple question for the gurus - will this break anything in openSUSE when next I reboot the machine?
I understand there are security implications.
Thanks.