Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Tripple the hardcoded FD limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmom committed Apr 7, 2021
1 parent c1e964d commit 3db52ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator-engine/validator-engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3277,7 +3277,7 @@ int main(int argc, char *argv[]) {
td::log_interface = td::default_log_interface;
};

LOG_STATUS(td::change_maximize_rlimit(td::RlimitType::nofile, 65536));
LOG_STATUS(td::change_maximize_rlimit(td::RlimitType::nofile, 196608));

std::vector<std::function<void()>> acts;

Expand Down

0 comments on commit 3db52ff

Please sign in to comment.