TODO: figure out what values should be used. The values in the examples above don't match values calculated currently by the test.
Reason
Test for insufficient memory is currently unreliable. In the latest runs allocating memory couldn't bring system memory down to required level without crashing the system. System available_memory run out before required level of free_memory could be reached.
Description
Test for insufficient memory could use
ulimit
as the tool for achieving low memory available when loading module. Examples:TODO: figure out what values should be used. The values in the examples above don't match values calculated currently by the test.
Reason
Test for insufficient memory is currently unreliable. In the latest runs allocating memory couldn't bring system memory down to required level without crashing the system. System available_memory run out before required level of free_memory could be reached.