From a607b47b994d0481c6c361c565a3560d6aa20658 Mon Sep 17 00:00:00 2001 From: Klaus Reuter <klaus.reuter@mpcdf.mpg.de> Date: Tue, 17 Oct 2023 21:04:04 +0200 Subject: [PATCH] phrase differently --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 320f247..2c4aaee 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Large environments can easily amount to several 100k individual small files. On a local desktop file system, this is typically not an issue. However, in particular on the shared parallel file systems of HPC systems this can cause severe trouble as these -filesystems are optimized for handling fewer and larger files. Inode +filesystems are optimized for different IO patterns. Inode exhaustion, and heavy load due to (millions of) file opens, short reads, and closes during the startup phase of (parallel) Python jobs from numerous different users on the HPC cluster are examples. -- GitLab