启动tiflash失败【TiDB v4.0.11】Exception: Cannot set max size of core file

【TiDB 版本】: v4.0.11
【问题描述】: 使用 tiup v1.3.2 安装 tidb cluster ,
但启动tiflash失败 查詢log出現 Exception: Cannot set max size of core file to 1073741824

tiflash_stderr.log:
Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Exception: Cannot set max size of core file to 1073741824, e.what() = Exception

Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Exception: Cannot set max size of core file to 1073741824, e.what() = Exception

已设置ulimit –c unlimited

tidb-003

应该是没有开放core文件写入,使用命令: ulimit -c 1073741824 试下?

已设置 ulimit -c 1073741824 但仍不行

请问是在什么平台部署的?操作系统环境是?

在KVM中,操作系统为Linux 5.4.0-53-generic x86_64 , Ubuntu 20.04.1 LTS

请问问题解决了吗? VM 环境可能资源分配不合理,导致资源争用特别多。

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。