Question:
I am trying to increase vm.max_map_count, but I don’t know how to do it in replit. The normal recommendation is to modify sysctl like the following:
sysctl -w vm.max_map_count=1000000
But I receive an error that it is ignored and the file system is read only. I’m guessing if I can modify it, it would exist in replit.nix.
Is there a way to configure max_map_count in replit?