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

Commit 077971b

Browse files
committed
Bump hardcoded FD limit for archival nodes
1 parent 5771e7a commit 077971b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator-engine/validator-engine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ int main(int argc, char *argv[]) {
32803280
td::log_interface = td::default_log_interface;
32813281
};
32823282

3283-
LOG_STATUS(td::change_maximize_rlimit(td::RlimitType::nofile, 196608));
3283+
LOG_STATUS(td::change_maximize_rlimit(td::RlimitType::nofile, 786432));
32843284

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

0 commit comments

Comments
 (0)