sharing of .data and .rego among multiple OPA instances #172
vimalagrawal
started this conversation in
Community
Replies: 1 comment
-
Hi there! 👋
That would not result in better performance. OPA will by default use as many cores as is made available to the application, or set by GOMAXPROCS. Multiple OPA instances do not share memory. |
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
-
We would like to create multiple OPA server instances running in parallel on multi cores for better performance. Can these symmetric instances share .rego and .data so that memory footprint is limited. Do they use shared memory?
Vimal
Beta Was this translation helpful? Give feedback.
All reactions