[Lazarus] startlazarus and memory consumption

Graeme Geldenhuys graemeg at opensoft.homeip.net
Tue Jul 14 12:04:48 CEST 2009


Graeme Geldenhuys wrote:
> 
> I was looking at my system processes and noticed that 'startlazarus' is 
> consuming 26.7MB virtual memory & 14.5MB physical memory. Now I'm not 

OK, so 'startlazarus' is a GUI application. But I also don't see why the 
splash.pp unit has to pull in the IDE's aboutfrm.pas just to access the 
LazarusVersionStr constant. So that is already a few extra units 
(AboutFrm dependencies included) which gets pulled in, and is really not 
needed.

splash.pp could just as easily read the version.inc file without the 
help of aboutfrm.pas


Regards,
   - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/





More information about the Lazarus mailing list