mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Tripple the hardcoded FD limit
This commit is contained in:
parent
456cc977be
commit
e261981c35
1 changed files with 1 additions and 1 deletions
|
@ -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, 786432));
|
||||
|
||||
std::vector<std::function<void()>> acts;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue