Skip to content

Commit d5855fe

Browse files
committed
symm wording
1 parent cc9b333 commit d5855fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-edge/webview2/concepts/webview-features-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The following are some of the flags we've seen used.
104104
| `incognito` | Forces InPrivate (Incognito) mode even if the user data directory is specified by using the `--user-data-dir` flag. |
105105
| `isolate-origins` | Require dedicated processes for a set of origins, specified as a comma-separated list. For example: --isolate-origins=https://www.foo.com,https://www.bar.com. |
106106
| `js-flags` | Specifies the flags passed to JS engine. |
107-
| `--js-flags=--scavenger_max_new_space_capacity_mb=8` | This flag specifies the maximum limit (in MB) for scavenger (minor garbage collector) in V8. <br/>A higher scavenger memory limit reduces the frequency of minor garbage collectors, but increases memory usage. <br/>A lower limit reduces memory footprint, but increases garbage collectors frequency, which may impact performance. |
107+
| `--js-flags=--scavenger_max_new_space_capacity_mb=8` | Specifies the maximum limit (in MB) for scavenger (minor) garbage collectors in the V8 JavaScript engine. <br/>A lower scavenger memory limit reduces memory usage, and increases the frequency of running minor garbage collectors. <br/>A higher scavenger memory limit increases memory usage, and reduces the frequency of running minor garbage collectors. |
108108
| `lang` | The language file that WebView2 want to try to open. Of the form language[-country] where language is the 2-letter code from ISO-639. |
109109
| `log-net-log` | Enables saving net log events to a file. If a value is given, that value is used as the directory path and file name. If no value is given, the file is named `netlog.json`, and is placed in the user data directory. |
110110
| `msAbydos` | Enables the "handwriting-to-text" experience. |

0 commit comments

Comments
 (0)