#What's happening here? am I running out of memory?
1 messages · Page 1 of 1 (latest)
@regal crest seems like a wrong link? Trace IDs are generally longer 🙏
Error: response from query: input: pluginGenBot.generatePlugin resolve: call function "generate_plugin": process "/runtime" did not complete successfully: exit code: 137
seems like it. 137 generally knowm when the kernel kills the process due to OOM
so it might be related
yes, its the memory. I hit my 15g limit, no way around this ?
I was able to get passed it by modifying what I was doing slightly but it might be an issue later on
I don't see many options here. The issue is not Dagger on itself but what you're running inside of it. You'd have the same issue if you're running this program anywher else
the only caveat is if you're running this on a MacOS, you could bump Docker's VM memory a bit to see if that works for you
since as you know, Docker has to reserve some memory for the VM that it runs underneath