+---------- On Feb 16, Simos Gabrielidis said: > What do the DStringCacheMaxEntries, DStringCacheMaxSize parameters do? > How are they related to each other and to IOBufSize?
Each thread has a private cache of allocated but not-in-use Ns_DString structs. DStringCacheMaxEntries specifies the maximum number of entries in those caches. DStringCacheMaxSize specifies the maximum size of each Ns_DString in that cache. > I am trying to speed-up uploads and I suspect that tuning these parameters > might help. I doubt it. Let us know if it does.
