[squeak-dev] PrimitiveFailed: #growMemoryByAtLeast: in SmalltalkImage failed.

gettimothy gettimothy at zoho.com
Sat Oct 16 20:21:45 UTC 2021


oops, accidently hit send somehow.





I can inspect the SAXHandler  now...



(DocDemoSaxHandler on:('/home/wm/Downloads/bookstore.xml' asFileReference))  optimizeForLargeDocuments


gives me an inspector.

Before I kick this off on Squeak...here is the memory stuff from top menu->Extras->VM statistics

uptime		13m 40s	(runtime 1m 56s, idletime 11m 43s)

memory		183,500,800 bytes

old			174,548,768 bytes (95.1%)

young		7,190,528 bytes (3.9%)

used		142,214,448 bytes (77.5%)

free		34,639,056 bytes (18.9%)

GCs			292 (2810.9 ms between GCs 400.6 ms runtime between GCs)

full		7 totalling 571 ms (0.49% runtime), avg 81.6 ms

marking		326 ms (57.1%) avg 46.6 ms,

compacting	245 ms (42.9%) avg 35 ms

scavenges	285 totalling 97 ms (0.08% runtime), avg 0.3 ms

tenures		98,384 (avg 345 tenures per scavenge)

Code compactions

35 totalling 34 ms (0.029% runtime), avg 1 ms



I will kick it off now and see what happens.

cheers.

t







---- On Sat, 16 Oct 2021 16:17:29 -0400 gettimothy <gettimothy at zoho.com> wrote ----


Alright, I may have a FS fix. the *fx-core-converting already has an 'asReference' so I just add another method in the method-category that calls it...



In String 

create Method Category 'fs-core-converting'



add



asFileReference

   "Return an FSReference on disk"

   ^ self asReference
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20211016/424e6bad/attachment.html>


More information about the Squeak-dev mailing list