Linux: syscfg: network:inet_peer_threshold

inet_peer_threshold,默认值就是64K

https://www.kernel.org/doc/html/latest/networking/ip-sysctl.html

这个一般人应该用的非常少,因为个人电脑,很难说会达到这么多的peer量。

如果抛开,"INET peer storage"这个标题,这个参数的解释第一句还以为是和内存相关的参数。虽然和内存是有关联!这里的storage只是INET peer可以存储多少个peer的storage。如果超过这个量,就会主动删除掉比较旧的记录。

clike 复制代码
INET peer storage
inet_peer_threshold - INTEGER
    The approximate size of the storage. Starting from this threshold entries will be thrown aggressively. This threshold also determines entries' time-to-live and time intervals between garbage collection passes. More entries, less time-to-live, less GC interval.
相关推荐
萧行之9 小时前
Docker部署Loki+Grafana+Vector实现全服务器日志监控(含N8N/SSH/Fail2ban监控)
服务器·docker·grafana
learning-striving9 小时前
Ubuntu26.04下载安装教程
运维·服务器·vmware·虚拟机
byoass9 小时前
企业云盘数据备份与恢复策略:定时备份增量备份异地容灾实战
网络·安全·云计算
__beginner__9 小时前
CentOS 磁盘占用异常排查与处理手册(df 高、du/ncdu 低)
linux·运维·centos
路溪非溪9 小时前
聊聊wifi的物理层和链路层
网络
清水白石0089 小时前
从“类型体操”到工程设计:用 Python 解释协变、逆变与不变
网络·windows·python
坚持就完事了10 小时前
YARN资源管理器
大数据·linux·hadoop·学习
Uopiasd1234oo10 小时前
位置感知注意力与跨阶段部分网络改进YOLOv26特征提取与全局建模能力双重提升
网络·yolo·目标跟踪
IT大白鼠10 小时前
IPv8协议技术解析:设计原理、与IPv6对比及发展前景
网络·ipv8
Joseph Cooper10 小时前
Linux regmap 子系统实战:在驱动中 dump PMIC 寄存器定位供电问题
linux·运维·服务器