Skip to content

Commit

Permalink
Add finite limit to virtual memory used when checking msolve
Browse files Browse the repository at this point in the history
Rather than allowing unlimited virtual memory, we increase the upper
bound to 1.5 GB, which should still allow all the tests to pass.
  • Loading branch information
d-torrance committed Aug 26, 2024
1 parent 3c22f56 commit a1b38cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/libraries/msolve/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LICENSEFILES = README.md COPYING

PRECONFIGURE = ./autogen.sh

VLIMIT = unlimited
VLIMIT = 1500000

include ../Makefile.library
Makefile: @srcdir@/Makefile.in ; cd ../.. && ./config.status libraries/msolve/Makefile

0 comments on commit a1b38cf

Please sign in to comment.