You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing update for a large file of resS, times of updating are big (more then 2 minutes).
This is due to DeltaApplier creating blocks of memory of size 4mb, for streams application.
If we reduce the memory size of the buffer to just 1kb, we get progressively better processing times (up to 10-15 seconds).
Why initial memory sizer of 4Mb was selected? Were other values tested as well?
Will it be ok to decrease it to 1kb as it gives a substantial boost to update of the big files.