Trino安装部署-CSDN博客
Central Repository: io/trino/trino-server
下载地址: repo1.maven.org/maven2/io/trino/Central Repository: io/trino/trino-serverhttps://repo1.maven.org/maven2/io/trino/trino-server/
vim /etc/security/limits.conf
* soft nofile 131072
* hard nofile 131072
--------------------------------
修改完后,重新登录查看配置是否生效:
ulimit -a