Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据文档,使用 Python,您可以设置文件大小限制:
resource.setrlimit(resource.RLIMIT_FSIZE,(fileseeklimit,fileseeklimit))
但不清楚这里的单位是什么。
Bash 内置ulimit对所有内容都使用千字节。
ulimit
这里RLIMIT_FSIZE是字节数。
RLIMIT_FSIZE
定义该枚举的头文件中的注释说:
/* Largest file that can be created, in bytes. */