Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary workaround for high memory consumption
The ellipse and torus models both need a lot of memory during compilation. On the Windows CI, there have been warnings that the free memory is almost used up while building the sample consensus library. The workaround is to not compile these two models at the same time, so that the peak memory consumption is lower. In the long term, we should find out why these two models need so much memory, and improve that.
- Loading branch information