On Mon, 2004-12-06 at 19:01 +0100, Per Jessen wrote:

> OK, I can tell inode_cache is using up a lot here.  Apart from using
> a multi-level subdir structure for my 500.000 files, is there anything
> else I can tweak to assist the process?  

find is going to bring all of the inodes into memory regardless of
whether or not they are split between multiple directories or not.
Splitting them up will only help if you only run find against a subset
of the subdirs.
-- 
David Kleikamp
IBM Linux Technology Center

_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to