Ciao,
> Il giorno 23 dic 2020, alle ore 20:09, Stéphane Ducasse
> ha scritto:
>
> In Pharo 90 latest image I got
>
> and
>
> Array allInstances groupedBy: [:each | each pointersTo]
in a clean Pharo 8.0.0 image with 34798 array instances after 2 hours
still no result.
Let'
Ciao,
> Hello
>
>
> did you try the SpaceTally to get more information?
yes, but it's not that I have clarified the situation….
Here is what was found by: WASpaceStatus
Class code space # instances inst space percent
Array 4280572944 7471
Hello
did you try the SpaceTally to get more information?
I'm responsible to help getting information about system space usage. The
information I compute is represented by a spaceTallyItem
try something like:
((SpaceTally new spaceTally: (Array with: TextMorph with: Point))
asSor