DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 1018 (0x3fa) Types: TextFile Names: »V«
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦458657fb6⟧ └─⟦a5bbbb819⟧ └─⟦this⟧ └─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦9b46a407a⟧ └─⟦eec0a994f⟧ └─⟦this⟧
procedure Show_Memory_Hogs (Vp : Natural := 0; Volume : Natural := 1; Size_Threshold : Natural := 250); -- Show large segments/jobs -- -- If vp is in the range 1..1023, then only that Vp is searched; Volume is -- ignored. -- -- If Vp is 0, then all Vps on the specified Volume are searched. -- -- The search looks for segments bigger than Size_Threshold pages, -- and reports the names of the objects as best as it can. -- -- The output includes: -- -- Pages - the number of pages in the object. -- Snap - Snapshot number in which the object is committed. -- Space_Mark - The identifier that indicates the owner of the space. -- Object_Name - The environment object name or object id. May be the -- image of an associated ada object: check the space_mark. -- Space_Name - The virtuam memory segment address. Can be given to -- the Kernel command Show_Space_Info to get more information.