Le 07/10/2019 à 20:07, Seth Hillbrand a écrit :
Hi Seth,
Here is a test showing the memory used by pcbnew, with and without CJK
font (I used the Windows monitor resources):
Initial state:
Available memory: 2280 Mb
Kicad is compiled in Release version.
pcbnew loaded, without CJK:
Available memory: 2153 Mb
pcbnew + fp viewer loaded, without CJK:
Available memory: 2139 Mb
Pcbnew+Eeschema, without CJK:
Available memory: 2060 Mb
pcbnew loaded, with CJK:
Available memory: 1590 Mb
pcbnew + fp viewer loaded, without CJK:
Available memory: 1537 Mb
Pcbnew+Eeschema, with CJK:
Available memory: 1176 Mb
So, the CJK font takes roughly 900Mb at run time when runnning Eeschema
+ Pcbnew.
It explains why I am running out of memory.
There is certainly room for optimization.