UniMath / agda-unimath

The agda-unimath library
https://unimath.github.io/agda-unimath/
MIT License
222 stars 71 forks source link

Add initial heap size for Agda #1051

Closed VojtechStep closed 8 months ago

VojtechStep commented 8 months ago

This was supposed to be a bigger performance enhancing PR, but it turns out that other flags we tried (--ignore-interfaces, --no-caching/--caching, +RTS -A<number> -RTS) either don't help, or are too machine dependent to be universally useful.

So we're just setting the initial heap size to 2 GB for local setups and 4 GB for CI runs.