This message was deleted.
# opal
s
This message was deleted.
s
Hi @David Hamilton! Let me check with the team and get back to you
cc : @Ori Shavit @Ro'e Katz
r
Hi @David Hamilton, I’m not familiar with any memory restriction or memory related configuration option on OPA’s side (you can use
OPAL_INLINE_OPA_CONFIG
to pass custom options to OPA’s CLI). If memory is lacking, I believe it has to do with the resource limits of Docker Desktop (assuming you’re running on Mac or Windows).
👏 2
d
I'm using colima. I'll check if there's a restriction there and also try the inline config if it's on the OPA side
yup, you were right! It was just colima limiting the memory to 2G. Running
colima start -memory 4
fixed it.
👌 1