public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Improving XFS desktop performance?
@ 2009-11-20  2:05 Pedro Ribeiro
  2009-11-20  5:29 ` Eric Sandeen
  2009-11-20  6:43 ` Dave Chinner
  0 siblings, 2 replies; 3+ messages in thread
From: Pedro Ribeiro @ 2009-11-20  2:05 UTC (permalink / raw)
  To: xfs

Hi all,

I've been using XFS since 2007 and I although I'm quite happy with its
performance, I am always looking at ways to improve it.
My usage is a regular desktop machine, for software development and
web browsing.
The main performance bottleneck I have is LUKS :-) However, I really
like my data encrypted, so dissing it is not an option. Actually, I'm
the xfs improvements discussed below I was able to get the performance
hit to something like 10% - negligible for me.

So what I do is specify a 128m log on filesystem creation:
mkfs.xfs -l size=128m /dev/mapper/target

And on /etc/fstab mount it as;
/dev/mapper/target      noatime,logbufs=8,logbsize=256k

After the above, my delete speed improved drastically.

Searching around the net I was able to find that using "lazy-count=1"
on mkfs would give a performance increase - how much would that be,
enough for me to do a full backup, format with that option + 128m log
and then restore all again?
And anything else you recommend?

Thanks for your time,
Pedro

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-20  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20  2:05 Improving XFS desktop performance? Pedro Ribeiro
2009-11-20  5:29 ` Eric Sandeen
2009-11-20  6:43 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox