--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/istio/istio' REPO source_repo: https://github.com/istio/istio title: Memory quota description: Adapter for a simple in-memory quota management system. location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/memquota.html layout: protoc-gen-docs generator: protoc-gen-docs supported_templates: quota aliases: - /zh/docs/reference/config/adapters/memquota.html number_of_entries: 3 ---
The memquota
adapter can be used to support Istio’s quota management
system. Although functional, this adapter is not intended for production
use and is suited for local testing only. The reason for this limitation
is that this adapter can only be used in meshes where there is a single
instance of Mixer running for the whole mesh (i.e. non-HA configuration)
and if that single instance crashes, all outstanding quota values will
be lost.
This adapter supports the quota template.
Configuration format for the memquota
adapter.
Defines an override value for a quota. If no override matches a particular quota request, the default for the quota is used.
Defines a quota’s limit and duration.