Re: Review performance issue

2010-10-17 Thread bugfree
nah. not centos. I'm testing on a gentoo too and see similar issues. restart apache: ps -eo pmem,pcpu,rss,vsize,args returns 1.1 0.0 23588 39108 /usr/sbin/apache2 -D DEFAULT_VHOST ... for every apache process. If I open a diff for a file ~5Mb file one apache process jumps to 16.0 0.0 3321

Re: Review performance issue

2010-10-17 Thread Christian Hammond
Please disable syntax highlighting (Admin UI -> Settings -> Diff viewer) and see if that helps. Apache *will* use a lot of CPU when generating a side-by-side diff for a large file. There's a lot of processing that must take place for generating a diff. It's just an unavoidable thing. But it should

Re: Review performance issue

2010-10-17 Thread mohan kumar
Thanks Christian, I will disable syntax highlighting and will watch the performance and let you know the status. Thanks, Mohan. On Mon, Oct 18, 2010 at 12:26 AM, Christian Hammond wrote: > Please disable syntax highlighting (Admin UI -> Settings -> Diff viewer) > and see if that helps. > > Apac