aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Common/getMaxFileDescriptorCount.h
blob: 6cc5df0d14c439abca3474a417251382f2e7acfb (plain) (blame)
1
2
3
4
5
6
#pragma once

/// Get process max file descriptor count
/// @return -1 if os does not support ulimit command or some error occurs
int getMaxFileDescriptorCount();