Changes between Version 8 and Version 9 of Performance
- Timestamp:
- 01/12/17 11:33:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Performance
v8 v9 11 11 * [/wiki/CSC Colourspace Conversion] 12 12 * [/wiki/PacketEncoding Packet Encoding] 13 14 For the vast majority of cases, the defaults should already be optimal. 13 15 }}} 14 16 … … 18 20 }}} 19 21 22 23 ---- 24 25 Below are some more advanced performance related topics: 20 26 21 27 {{{#!div class="box" … … 33 39 }}} 34 40 41 35 42 {{{#!div class="box" 36 43 == Tuning / Pending items == … … 38 45 The following mostly undocumented tunables can have an impact on performance and should be investigated more thoroughly under different scenarios: 39 46 * {{{XPRA_YIELD}}} - see #181 40 * {{{XPRA_USE_PIL}}} 41 * {{{MAX_NONVIDEO_OR_INITIAL_PIXELS}}} and {{{XPRA_MAX_NONVIDEO_PIXELS}}} 47 * Video compression options: {{{XPRA_MAX_NONVIDEO_PIXELS}}}, {{{XPRA_MIN_VIDEO_FPS}}}, {{{XPRA_MIN_VIDEO_EVENTS}}}, {{{XPRA_B_FRAMES}}}, {{{XPRA_VIDEO_SKIP_EDGE}}}, {{{XPRA_SCROLL_ENCODING}}}, {{{XPRA_SCROLL_MIN_PERCENT}}}, etc.. refer to the source code for details. 42 48 }}}