Actions
Feature request #409
closedOOMTEST disabled if not initialized
Description
oomtest_begin_preinit(x)
oomtest_setup(PAGE_SIZE*AVPHYPAGES);
oomtest_begin(x);
oomtest_begin_postinit(x)
fillram
oomtest_begin=oomtest_begin_preinit
oomtest_setup(x)
setrlimit(x);
oomtest_begin=oomtest_begin_postinit
Updated by François Cerbelle 5 months ago
- Blocks Feature request #400: Implement tests for the oomtest_begin/oomtest_end functions added
Updated by François Cerbelle 5 months ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Applied in changeset mkernel|898ac1c71cd4a52afa6d3a8f62b59bdc33561590.
Actions