CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    France, Toulouse
    Posts
    156

    Physical Memory Increase....

    Hi to all

    I have a graphical application
    when I use it, the memory used increase, but does not decrease.
    for exemple I open a dialog, I get +600KB, when I close it I get -300KB
    and so on,

    I use the task manager to see the performance behavior of the application,

    when i use my application for 10 minutes, the physical memory in the task manager point to 90 MB, and Virtuel Memory to 137MB

    BUT WHEN I minimize the application, the Physical memory become 7MB, and virtual Memory still 137MB

    I made the same tests with Adobe Photoshop, I openned images, and closing them, and I remark the same behavior, if I open a 200MB image, the Physical memory increase, but when I close it, it does not decrease, and On Minimize it decrease???

    My application must pass a performance test, and I don't know if this is a problem of the task manager or it's a problem in my application???


    Thank you

  2. #2
    Join Date
    Jan 2002
    Location
    Houston, TX
    Posts
    1,421

    Re: Physical Memory Increase....

    You'll find that this is normal behaviour. Read this thread (post #5 gives the reason) and see if it explains your problem.

    Hope this helps.
    Be sure to rate those who help!
    -------------------------------------------------------------
    Karl - WK5M
    PP-ASEL-IA (N43CS)
    PGP Key: 0xDB02E193
    PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured