Hi,

On Thu, Oct 9, 2008 at 12:47 PM, Cédric Chantepie
<[EMAIL PROTECTED]> wrote:
> I've just tried with <param name="textFilterClasses" value="" /> for all
> <SearchIndex /> in repository.xml, but WebDAV transfer still over-load the
> server.

OK, then there must be some other issue.

Can you try profiling the repository server? Add something like the
following to the java command line:

    -agentlib:hprof=cpu=samples,depth=30

This will produce a java.hprof.txt file in the current directory. This
file shows what's taking up most time in the repository server. You'll
want to start the server java process just before you start your test
clients and close the server once the test is done.

BR,

Jukka Zitting

Reply via email to