I am a ARTIQ beginner here. We have this buffer exhaust issue that's thrown by having extensively long code length seemingly. We have one big experiment that takes a run of 7 experiments at the same time in one submission (which is many many lines of code). Our implementation also heavily uses kernel_from_string()
method which also generate lots of code lines. The experiment is running on a ZC706 hardware and using ARTIQ-7.

I am wondering if anyone had also encountered similar errors, or know if there is a way to quantify how much buffer memory is used by looking at the code length. This piece of information would be really helpful for us to do code optimization. I am also uncertain about the maximum code size that the compiler can handle in general. Any help is appreciated, much thanks!!