Hi,
compared to othe file sharing clients phex produces al lot of disc access even if there are only a few donwloads with slow connection (>10kb/s).
It lools like internal buffers are flushed too often.
Log is filled with
[DownloadDataWriter] DEBUG phex.download.DownloadDataWriter - Trigger buffer write for phex.download.swarming.SWDownloadFile@abcdef, amount: 0
There a few entries with amount > 0 but the values are small but disc load sound like it writes hundred of MB every few second.
How can I reduce disc load? Increase Buffersize in phex.io.BufferSize.java and the classe which use these entries (MangagedFile, MemoryFile,...)?
compared to othe file sharing clients phex produces al lot of disc access even if there are only a few donwloads with slow connection (>10kb/s).
It lools like internal buffers are flushed too often.
Log is filled with
[DownloadDataWriter] DEBUG phex.download.DownloadDataWriter - Trigger buffer write for phex.download.swarming.SWDownloadFile@abcdef, amount: 0
There a few entries with amount > 0 but the values are small but disc load sound like it writes hundred of MB every few second.
How can I reduce disc load? Increase Buffersize in phex.io.BufferSize.java and the classe which use these entries (MangagedFile, MemoryFile,...)?