chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/TotalMemoryLimitMb.yaml

caption: Set limit on megabytes of memory a single Chrome instance can use.
desc: |-
  Configures the amount of memory that a single <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> instance can use before tabs start being discarded (I.E. the memory used by the tab will be freed and the tab will have to be reloaded when switched to) to save memory.

        If the policy is set, browser will begin to discard tabs to save memory once the limitation is exceeded. However, there is no guarantee that the browser is always running under the limit. Any value under 1024 will be rounded up to 1024.

        If this policy is not set, the browser will only begin attempts to save memory once it has detected that the amount of physical memory on its machine is low.
example_value: 2048
features:
  dynamic_refresh: true
  per_profile: false
label: Set memory limit for Chrome instances
owners:
- [email protected]
schema:
  minimum: 1024
  type: integer
supported_on:
- chrome.win:79-
- chrome.mac:79-
tags: []
type: int