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!)
Previous text:
2002-09-27 15:49: Subject: Gz testsuite memory usage
Should have included _memory_usage() of course.
Before Gz tests:
([ /* 18 elements */ "array_bytes":1905732, "callable_bytes":12300, "callback_bytes":2052, "frame_bytes":8766504, "mapping_bytes":12001375, "multiset_bytes":8672, "num_arrays":12609, "num_callables":347, "num_callbacks":4, "num_frames":3, "num_mappings":39106, "num_multisets":542, "num_objects":-345499, "num_programs":1492, "num_strings":33293, "object_bytes":2143552, "program_bytes":9366376, "string_bytes":2072876 ])
After Gz tests:
([ /* 18 elements */ "array_bytes":1904780, "callable_bytes":12300, "callback_bytes":2052, "frame_bytes":8766504, "mapping_bytes":12012607, "multiset_bytes":8672, "num_arrays":12609, "num_callables":347, "num_callbacks":4, "num_frames":3, "num_mappings":39145, "num_multisets":542, "num_objects":-345691, "num_programs":1492, "num_strings":33319, "object_bytes":2143552, "program_bytes":9366376, "string_bytes":2074170 ])
For some reason, there seems to be a very large number of mappings left over from something. What's frame_bytes? Should only 3 frames (whatever that is) really amount for 8.7M of data?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)