<FILEFULL> When doing a docker build
Hi there, I'm wondering if anyone has run into an issue with <FILEFULL> when building an image from the ISC image? Specifically what's happening in our build is we are pre-loading our codebase into the image to make deployments faster and setting up source control, etc. When loading our libraries however we get hit with a <FILEFULL>. The resource limits on docker are pretty beefy and when observing resources on both the machine and container level we don't hit any issues. Oddly, this only happens when using the ARM64 version. When using the AMD64 version of 2024.1 it builds fine but I need both images.
62.57 ERROR #5002: ObjectScript error: <FILEFULL>CompileRtns+248^%occRoutine ^ROUTINE("Tendo.System.Athena.Procedure.Process.ListPatientProceduresProcessMessagesSent.1",0,77),/usr/irissys/mgr/TENDOLIB/
You probably using macOS or windows, where Docker has a own limitation of disk. Check Docker desktop settings, and increase the virtual disk limit and restart
I've played a lot with resource allocation. I've basically maxed it out and every time the build fails about 60 seconds in.
I've tried using the container builder as well with memory options changed and the same thing occurs. Also have > 150 GB free on disk.
I've also done a docker system prune
This ended up being due to the license enforcement that changed with 2024.1 and using the wrong license key. The <FILEFULL> was a red herring