X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 May 2009 10:26 AM by  anon
Help, /memory
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
03 May 2009 10:26 AM
    Hi everybody! I am using IDL to generate an application that using a lot of memory because of bigs images. I use the help, /memory function to know which parts of my code require the most of memory. When my application have load all my image and "is not working", the idl help, /memory print that my current memory used is 482 MB. But if i want to see exactly how much memory take my idl application by the Window Task Manager , the memory used is about 1148 MB (idl_opserver.exe = 1,148,012) that is so different that 482 MB. What can explain a so big diffrence beetween the way of determing difference Thank for your help aurelien

    Deleted User



    New Member


    Posts:
    New Member


    --
    06 May 2009 01:06 PM
    hi brandon Thanks very much for your reply. The problem I have is when i start my IDL application (I mean i use the .sav), and check the memory in the window task,  it takes about 1.2 G (idlrt.exe *32 showing memory at 1,107,804 k). But for the same application with the workbench, the function help, /memory find the current memory to 472 Mb. The last value seems (472 Mb) seems to me logical because my application load 4 big images (3x7216x5412) that suppose to take 3x7216x5412x4 = 468635904 k  =468 mb of memory. But why after compile the code in a .sav, the task manager indicate the memory use is rather 1.2 G that is really more 472 MB. Maybe i am confused about what happen. If you have an idea about this Thank very much for your answer aurelien
    You are not authorized to post a reply.