Ok, now the frame_bytes are down to reasonable levels:
Doing tests in testsuite (10418 tests) NM: 56, MB: 57304, FB: 11280
Doing tests in modules/CommonLog/module_testsuite (0 tests) NM: 11763, MB: 3687851, FB: 56400
Doing tests in modules/Gdbm/module_testsuite (65 tests) NM: 11763, MB: 3687851, FB: 56400
Doing tests in modules/Gettext/module_testsuite (0 tests) NM: 11763, MB: 3688259, FB: 56400
Doing tests in modules/Gmp/module_testsuite (28743 tests) NM: 11763, MB: 3688259, FB: 56400
Doing tests in modules/Gz/module_testsuite (96 tests) NM: 39106, MB: 12004227, FB: 56400
[...]
The 12 MB mappings are still there though, and from the mapping count it looks like they are actually referenced. So somehow the Gmp testsuite is leaking mappings...
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-09-27 17:18: Subject: Gz testsuite memory usage
It seems that the frame_bytes come from the main testsuite, and most of the mapping_bytes from the Gmp testsuite:
Doing tests in testsuite (10418 tests) NM: 56, MB: 57292, FB: 11268
Doing tests in modules/CommonLog/module_testsuite (0 tests) NM: 11763, MB: 3687563, FB: 8766504
Doing tests in modules/Gdbm/module_testsuite (65 tests) NM: 11763, MB: 3687563, FB: 8766504
Doing tests in modules/Gettext/module_testsuite (0 tests) NM: 11763, MB: 3687971, FB: 8766504
Doing tests in modules/Gmp/module_testsuite (28743 tests) NM: 11763, MB: 3687971, FB: 8766504
Doing tests in modules/Gz/module_testsuite (96 tests) NM: 39106, MB: 12003303, FB: 8766504
[...]
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)