Function arti::process::use_max_file_limit

source ·
pub fn use_max_file_limit(config: &ArtiConfig)
Expand description

Set our current maximum-file limit to a large value, if we can.

Since we’re going to be used as a proxy, we’re likely to need a lot of simultaneous sockets.

§Limitations

This doesn’t actually do anything on windows.