Hi Bryan, Bryan Ferris <[email protected]> skribis:
> I have recently (re-)installed Guix, and I am trying to package Jekyll so > that I can build my website on this system. I used `guix import gem` to get > started, and then repeated the process for a number of it's dependencies. > Now when I try to build it (with `guix package -f jekyll.scm`) I get the > following error: > > Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS > > To me, this sounds like I'm using too much RAM. IIRC it’s a warning, not an error, but it has to do with Guile consuming too much memory, indeed. It shouldn’t happen when all the package .scm files have been compiled. Is it the case? HTH, Ludo’.
