I'm trying to view the vm.max_map_count
and fs.file-max
commands output on terminal of Mac Catalina operating system. But it doesn't work. Can i know the way to view it?
ProductName: Mac OS X
ProductVersion: 10.15.7
BuildVersion: 19H1323
$ sysctl vm.max_map_count
sysctl: unknown oid 'vm.max_map_count'
$ sysctl fs.file-max
sysctl: unknown oid 'fs.file-max'
Also let me know to set these values permanently on Mac, which files i need to modify?