Skip to content

Avoid using up all memory

Jellby requested to merge memory_use into master

The routine xsetmem_ints was using up all memory in some cases. Add a safety check to prevent this.

Also LDF routines were repeatedly allocating all memory, causing very slow runs with garble. Apparently it works fine with less memory, and since they're still experimental, I reduced the max memory they use.

Finally, I'm trying to mitigate pipeline minutes usage...

  • Documentation updated or not needed.
  • Test created or not needed.
  • Attribution in source files and CONTRIBUTORS.md updated if necessary.

Merge request reports