Anton Erofeevskij wrote:
Russell Coker wrote:
On Wed, 8 Jan 2003 07:53, Anton Erofeevskij wrote:
in reiserfs filesystem
time cat sd1 | ./a.out > sd2
0.00user 0.05system 0:01.79elapsed 2%CPU (0avgtext+0avgdata
0maxresident)k
0inputs+0outputs (131major+43minor)pagefaults 0swaps
in ext2 filesystem
time cat sd1 | ./a.out > sd2
0.00user 0.05system 0:00.95elapsed 2%CPU (0avgtext+0avgdata
0maxresident)k
0inputs+0outputs (131major+43minor)pagefaults 0swaps
Try mounting the ReiserFS file system with notail and it should
perform a lot better for such things.
mount -o notail
time no change !
I mounted with an option notail - time of performance ������������ try -
I tried by 3-4 machines with different kernel`s (2.4.12-2.4.20) tell
though approximately - in what the reason?