GC Warning: Repeated allocation of very large block

2022-09-19 Thread Damien Mattei
hello, on an intensive computation of symbolic calculus running since 10 days approx. on a desktop, i get now this message since yesterday,and in the computation of C12 (still waiting): GC Warning: Repeated allocation of very large block (appr. size 84377600): May lead to memory leak and poor per

Re: GC Warning: Repeated allocation of very large block

2022-09-19 Thread Olivier Dion via General Guile related discussions
On Mon, 19 Sep 2022, Damien Mattei wrote: > is this message appearing when a single scheme variable reach a given > size? This message is from the bdwgc and not from Guile itself. From their documentation: --8<---cut here---start->8--- The garbage collector ge

Re: GC Warning: Repeated allocation of very large block

2022-09-19 Thread Damien Mattei
thank you, i think my algorithm is right but can be improved, i have to work on it,activate tracing to see where is the big expression list and if it is possible to correct that. There is a main loop in code and the warning only appear when data is bigger so i do not think of any memory leak (only