Changes between Version 33 and Version 34 of EnvironmentVariables
- Timestamp:
- Mar 17, 2022, 10:07:44 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnvironmentVariables
v33 v34 23 23 || JSC_${option from previous command} || ${value} || ${check with JSC_dumpOptions=3} || ALL || 24 24 || Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead. On Darwin systems, also set {{{__XPC_Malloc}}} in order to pass on the value to child processes || ALL || 25 || MSE_MAX_BUFFER_SIZE || Examples: V:50M,audio:12k,TeXT:500K *:100M video:90M,T:100000 || Set maximum SourceBuffer sizes for audio/video/text (when implemented) media types. Case insensitive, full type (audio, video, text) or compact type (a, v, t), wildcard (*) allowed, unit multipliers allowed (K, M). || WPE WebKit || 25 26 || WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK (since 2.10.5) || 26 27 || WEBKIT_DISABLE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always off || WebKitGTK (since 2.10.9) || … … 38 39 || WEBKIT_EGL_PIXEL_LAYOUT || RGB565 || Set the EGL pixel format used for rendering || WPE WebKit || 39 40 || WEBKIT_DEBUG || all or ${channel} || Enable debugging channels. Check [[WebKitGTK/Debugging#Loggingsupport]] for more info || WebKitGTK and WPE WebKit || 41 || WPE_SHELL_DISABLE_MEDIA_DISK_CACHE || 1 || Disable on-disk cache for regular (no MSE) video playback || WPE WebKit || 42 || WPE_SHELL_MEDIA_DISK_CACHE_PATH || /some/directory/path || Set custom path for on-disk cache for regular (no MSE) video playback || WPE WebKit ||