Allow to disable the check of memory consumption #181
Labels
kind: enhancement
enhancement to an existing feature
priority: high
linked to blocking behaviour or to a close deadline
Maximal available memory is evaluated and stored in
memMax
field of the mesh. Then, at each allocation/unallocation, Mmg computes the used memory and check that it doesn't overflow the maximal authorized one.It is useful to keep local computer running smoothly or to ensure that Mmg will save a mesh if it fails due to lack of memory.
But it can also be annoying:
Allowing disabling of memory checks in Mmg can be useful.
The text was updated successfully, but these errors were encountered: