John wrote:
> --- In [email protected], Jos Timanta Tarigan <jos_t_tari...@...> wrote:
>> if my code goes beyond what the memory can handle, what happened? does it 
>> transfered to disk? which if it is so, then it might be the problem.
> 
> Possibly - do you see a lot of disk activity? It might also explain the 
> relatively low CPU %. You could also monitor memory usage using the Windows 
> task manager (IIRC - sorry, I'm using linux, and if you are also using linux 
> there will be a similar tool you can use).

http://cubicspot.blogspot.com/2009/06/bad-design-windows-task-manager.html

If "Commit Charge - Total" is greater than "Physical Memory - Total" 
then you have surpassed physical memory availability and Windows will 
start swapping pages of RAM out to disk so that the program can continue 
executing.  Figuring out how much memory (RAM and disk storage) your 
program is ACTUALLY using is not possible with Task Manager.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to