How can I check OPA memory usage with big file size?

13 Views Asked by At

I know that benchmarking in OPA shows memory usage as B/op. I want to see how much memory it takes up on actual memory when the file size of data.json is large + how much memory it consumes when calculating if the file is large, how can I check it? Does B/op include all the usage I want? opa bench --data policy.rego --data data.json --input input.json 'data.opa.allow' --count 1 --benchmem

bench result

Tried OPA benchmark command

0

There are 0 best solutions below