Results 1 to 2 of 2

Thread: How much memory?

  1. #1

    Thread Starter
    Addicted Member danielkw's Avatar
    Join Date
    Mar 2000
    Location
    Sweden
    Posts
    134
    Is there any way to find out how much memory your program needs? If I have, let's say a normal form. If I then add 64*3 picclip boxes and add a picture of 144*16 pixels to each picclip. How much memory will be needed?

  2. #2
    Guest
    Well, there's always the Engineering approach:

    1. Build the bridge
    2. Run heavier and heavier trucks over it 'till it breaks.


    In this case you could get the amount of free memory in one window, start the program, and check the amount of free memory again.

    StartingMemory - RunningMemory should be just about the minimum necessary free memory.


    Good Luck
    DerFarm

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