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.
docsによると、 Pythonを使用すると、ファイルサイズの制限を次のように設定できます。
resource.setrlimit(resource.RLIMIT_FSIZE,(fileseeklimit,fileseeklimit))
しかし、ここにあるユニットが何であるかは明らかではありません。
Bash ビルトインulimitは、すべてにキロバイトを使用します。
ulimit
ここRLIMIT_FSIZEはバイト数です。
RLIMIT_FSIZE
その列挙型が定義されているヘッダー ファイルのコメントには、次のように書かれています。
/* Largest file that can be created, in bytes. */