I read the document Understanding Virtual Memory and it said one method for changing tunable parameters in the Linux VM was the command:
sysctl -w vm.max_map
echo 'vm.max_map_count=262144' >> /etc/sysctl.conf sysctl -p