To set the runtime status of the vm.mmap_min_addr
kernel parameter, run the following command: $ sudo sysctl -w vm.mmap_min_addr=65536
To make sure that the setting is persistent, add the following line to a file in the directory /etc/sysctl.d
: vm.mmap_min_addr = 65536