I need to edit the file sysctl.conf to increase memory for a docker project:
For linux i should do this :
grep vm.max_map_count /etc/sysctl.conf
vm.max_map_count=262144
but i can't find this file in /ect/ folder any idea where i should make the change ?