|
-
Sep 28th, 2000, 11:40 AM
#1
Thread Starter
Addicted Member
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?
-
Sep 28th, 2000, 12:50 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|