How much memory allocated to OPA server. #390
Unanswered
Akash-Adkute
asked this question in
OPA and Rego
Replies: 1 comment
-
Hi there! OPA will use as much memory as required, and how much that is depends on the number of policies, and the size of the data you have loaded into OPA. Setting limits for what resources a process may allocate is commonly done via the environment, whether it's directly in the OS, or through container orchestration tools like Docker / Kubernetes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm beginner to OPA and wnated to know memory management in OPA,
1.How much memory allocated to opa server by default to store data and policy(can we specify memory size)?
2.Is there any way we can allocate external memory to opa server,if yes then will it affect on performance?
Beta Was this translation helpful? Give feedback.
All reactions