Skip to content
Latchkey

ulimit - CI/CD用語集の定義

ulimitはプロセスごとのリソース制限(オープンファイル、メモリ、プロセス数)を設定します。file descriptorの制限が低すぎると、CIで"too many open files"エラーが起きます。

関連ガイド