MCPcopy Create free account
hub / github.com/catboost/catboost / SetFdLimits

Method SetFdLimits

library/cpp/neh/https.cpp:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 }
541
542 void SetFdLimits(size_t soft, size_t hard) {
543 Limits.SetSoft(soft);
544 Limits.SetHard(hard);
545 }
546
547 private:
548 void SuggestPurgeCache() {

Callers 2

Calls 2

SetSoftMethod · 0.80
SetHardMethod · 0.80

Tested by

no test coverage detected