Slow Artefacts Download Performance with OSS 2.x

Thanks for your reply, very appreciated.

In addition to my initial description, I must say that we are comparing the download speed for a large file (> 1 GB), and everything on a Windows 2008 Server.

I can confirm your guess @rseddon

Option1: Directly under Apache =>~10 MB/s
Option 2: /service/local/repositories/… => ~4 MB/s
Option 3: /content/… => ~10 MB/s

Furthermore we tried to play with the buffer size (in Jetty.xml) but didn’t help much
<Set name=“responseBufferSize”>512</Set>

Thanks a lot!