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 Oct 8, 2024
1 parent 0c33301 commit 54ed171
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 54ed171

Please sign in to comment.