I want to set kern.maxfiles kernel state to unbounded value using sysctl.
However, the commands sysctl kern.maxfiles=unlimited yields an error (not an integer), while I'm not sure of the sematics of sysctl kern.maxfiles=-1 (cannot find any documentation).
Anyone knows?