Hi!
I'm trying to run a PoC using Flyte demo locally.
The tasks are failing with OOM and I have already increased their mem limits to the current max allowed by the sandbox (1G).
Is there a way to increase this overall limit for the sandbox configuration?
t
tall-lock-23197
06/22/2023, 11:48 AM
Hi @square-airport-45182! You should be able to increase the memory limit by modifying the relevant values in the
flyte-sandbox-config
config map.
Copy code
kubectl -n flyte edit cm flyte-sandbox-config
👍 1
s
square-airport-45182
06/22/2023, 12:18 PM
Thanks! I don't see any mem limits entries for the cluster there. Where should I add it?
f
flaky-engineer-56191
06/22/2023, 4:35 PM
Hello Gerard, you can create your own config file at your project level. That's what I did to hack it away. So you can create a config file like this: