When I upgrade to 3.3.5 version of ArangoDB, there is the following warning
2018-05-24T10:25:32Z [26942] WARNING {memory} maximum number of memory mappings per process is 65530, which seems too low. it is recommended to set it to at least 512000
2018-05-24T10:25:32Z [26942] WARNING {memory} execute 'sudo sysctl -w "vm.max_map_count=512000"'
Is it safe to tinker with the system setting (as I understand it)? And what is the meaning of increasing the max_map_count toArangoDb in particular?