Memory consumption
Armel Asselin
asselin.armel at wanadoo.fr
Tue Aug 28 09:07:34 PDT 2007
Hello,
----- Original Message ----- =
From: Justino Zavala =
To: wx-users at lists.wxwidgets.org =
Sent: Tuesday, August 28, 2007 4:02 PM
Subject: Memory consumption
Hello,
I have an application running on winXP, with heavy utilization of wxArray=
. Initially the application reserves about 5MB, according to the task manag=
er. The programs then loads data into the arrays and the amount of memory i=
ncreases. However when i minimize and maximize the window the memory decrea=
ses to about the same 5MB of the beginning. Does anyone know why can happen=
this?
the column "Memory" is in fact the physical memory currently given to your =
process, it does not include all the memory that your process needs. In par=
ticular, when your window is minimized, Windows puts the "non-recently-used=
" data into swap (generally most of your program is idle when minimized, so=
most of your data) and brings data into physical memory again only if actu=
ally used.
Armel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070828/2c3=
5551b/attachment.htm
More information about the wx-users
mailing list