Re: Gradual Growth of Memory Use?
"David McClain (as dbm at refined-audiometrics dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Not sure I can answer that. I use a lot of (tons of vectors) ephemeral arrays. The GC probably allows the system to grow with garbage until some threshold is passed? After 35 minutes we are now passing 196 MB of allocation to LWW. In-use memory shows 5 GB (0 compressed) out of 32 GB total. > On Mar 13, 2025, at 12:38, Yuri Davidovsky (as work at disclosure dot ie) <[email protected]> wrote: > > > >> On 13 Mar 2025, at 20:32, David McClain <[email protected]> wrote: >> >> Made the change from a list of quads (timestamp, val, filtered val, snr) to 4 typed arrays with a fill-pointer. Maximal size prealloc of 8192 points (about 34 hours). > > It doesn’t look like it would need that much memory altogether. > >> So far so good. Memory use has climbed from about 120 MB to now 144 MB after about 12 minutes. > > So what exactly is using this amount of 24 megabytes after 12 minutes? > > _______________________________________________ > Lisp Hug - the mailing list for LispWorks users > [email protected] > http://www.lispworks.com/support/lisp-hug.html _______________________________________________ Lisp Hug - the mailing list for LispWorks users [email protected] http://www.lispworks.com/support/lisp-hug.html