On 2 November 2010 17:35, Jeroen Demeyer <[email protected]> wrote: > On 2010-11-02 16:44, Willem Jan Palenstijn wrote: >> At a guess I'd say /sagenb is causing this? At least a 'find | wc -l' there >> took longer to complete than I cared to keep it running... > 3667802 > > real 25m9.316s > user 0m10.780s > sys 1m41.000s > > That's 3.6 million files in /sagenb
3.6 million does not seem a lot of files to me in this day and age. On my machine, almost doubt that for /export/home. drkir...@hawk:/export/home# time find . | wc -l 6899446 real 36m51.862s user 0m11.468s sys 1m12.535s That however users a 128 bit ZFS file system. I don't know what limits there are on inodes, but I know that fully populating a 128-bit ZFS storage pool would, require more energy than that needed to boil the oceans. http://blogs.sun.com/bonwick/entry/128_bit_storage_are_you Dave -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
