Currently, Config::adjust() does not behave properly for sufficiently high RLIMIT_NOFILE values. In particular, if it is unlimited, fs::getMaxHandles() overflows. Within adjust itself, the use of varioustypes is a bit ad-hoc and may also be worth adjusting.
Currently,
Config::adjust()does not behave properly for sufficiently highRLIMIT_NOFILEvalues. In particular, if it is unlimited,fs::getMaxHandles()overflows. Withinadjustitself, the use of varioustypes is a bit ad-hoc and may also be worth adjusting.