执行SQL导致BE崩溃

【详述】问题详细描述
在并发执行一条需要load比较多数据的SQL时,BE会崩溃
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】2.1.3 0881cb2
【集群规模】1be+1fe
【机器信息】16C/32G/千兆
【附件】
Error to read file: /root/StarRocks/be/storage/.testfile, error: End of file: EOF trying to read 4096 bytes at offset 0

store read/write test file occur IO Error. path=/root/StarRocks/be/storage

meet too many error disks, process exit. max_ratio_allowed=0%, error_disk_count=1, total_disk_count=1

ulimit -n是多大尼?

256,是因为这个原因吗

这个改为65535吧,还有demsg -T看下是否有oom信息,这个配置有点低,官方建议3机器起步的。

好的,感谢回复。。