github aptos-labs/aptos-core aptos-node-v1.27.1-rc
[Testnet] Aptos Node Release v1.27.1

2 days ago

Release Notes

Release Hash: 037c78b

Validator Update Required? Y

Fullnode Update Required? Y

Aptos Blockchain

General

  • The v1.27.1 Aptos node will print a error message on start up if the node detects the RLIMIT_NOFILE limit (what ulimit -n prints) is smaller than 999999 (configurable). Historically, too small a RLIMIT_NOFILE limit has caused nodes running into crashes with message "Too many open files". We wish to fail early on this matter but in this release we only print the error. Keep an eye on this message
    let msg = format!("RLIMIT_NOFILE soft limit is {soft}, configured requirement is {required}, and \
    to make sure.
  • We also emit this Prometheus metric: node_linux_disk_rlimit_nofile_soft

Don't miss a new aptos-core release

NewReleases is sending notifications on new releases.