PostgreSQL 12源码包部署及用户管理
复制vi /etc/sysctl.conf
kernel.shmmax = 30923764531
kernel.shmall = 7340032
fs.file-max = 1000000
sysctl --system
vi /etc/security/limits.conf
* soft nofile 1000000
* hard nofile 1000000
* soft noproc 1000000
* hard noproc 1000000
ulimit -n 1000000
1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.
THE END