【AI运维】clickhouse循序渐进
下载地址
https://mirrors.aliyun.com/clickhouse/rpm/lts/
https://packages.clickhouse.com/rpm/lts/
初始化
ulimit -SHn 65535
cat <<EOF>> /etc/security/limits.conf
# 末尾添加如下内容
* soft nofile 65536
* hard nofile 131072
* soft nproc 65535
* har…
2026/8/6 16:37:24