Re: [Kicad-developers] cached_container and memory management: sometimes run out of memory.

2015-11-18 Thread jp charras
Le 17/11/2015 18:38, Tomasz Wlostowski a écrit : > On 16.11.2015 08:52, jp charras wrote: >> Here is my question: >> Is it possible to keep the largest allocated block during the session, >> without frequently allocating intermediate blocks, to avoid the memory >> fragmentation in to smaller

Re: [Kicad-developers] cached_container and memory management: sometimes run out of memory.

2015-11-17 Thread Tomasz Wlostowski
On 16.11.2015 08:52, jp charras wrote: > Here is my question: > Is it possible to keep the largest allocated block during the session, > without frequently allocating intermediate blocks, to avoid the memory > fragmentation in to smaller blocks ? > And is it possible to reduce or optimize this

[Kicad-developers] cached_container and memory management: sometimes run out of memory.

2015-11-15 Thread jp charras
Hi, Orson and Tom, Sometimes, when testing large boards in OpenGL mode (for instance your large demo board "wrs.kicad_pcb"), I had the message "out of memory" from the CACHED_CONTAINER functions which allocate space in memory. I am able to load the board, and it happens after some editions which