Page 1 of 1

Different memory load?

Posted: Fri Oct 17, 2003 10:39 am
by HPW
I noticed some differents in memory loads with newlisp on diffrent PC.

My XP-office PC running all demo.lsp shows in the taskmanager:
newlisp.exe 1.868 KB
newlisp-tk.exe 9.060 KB

A WIN2K PRO shows
newlisp.exe 2.780 KB
newlisp-tk.exe 6.880 KB

When I remind correctls my home-pc show even different numbers from both.

Whats the matter with this?

Posted: Mon Oct 20, 2003 12:20 am
by Lutz
newLISPs memory usage goes up and down, both OSs handle memory freed by newLISP differently, some return it earlier than others to the OSs memory pool.

Lutz