File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ nzrun = length byte...
42
42
length = uleb128 encoded integer
43
43
44
44
On the sender side XBZRLE is used as a compact delta encoding of page updates,
45
- retrieving the old page content from the cache (default size of 512 MB ). The
45
+ retrieving the old page content from the cache (default size of 64MB ). The
46
46
receiving side uses the existing page's content and XBZRLE to decode the new
47
47
page's content.
48
48
@@ -73,7 +73,7 @@ e9 07 0f 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 03 01 67 01 01 69
73
73
74
74
Cache update strategy
75
75
=====================
76
- Keeping the hot pages in the cache is effective for decreased cache
76
+ Keeping the hot pages in the cache is effective for decreasing cache
77
77
misses. XBZRLE uses a counter as the age of each page. The counter will
78
78
increase after each ram dirty bitmap sync. When a cache conflict is
79
79
detected, XBZRLE will only evict pages in the cache that are older than
You can’t perform that action at this time.
0 commit comments