Fastcode MM memory usage
- From: Craig Peterson <"craig no scootersoftware spam com">
- Date: Tue, 07 Jun 2005 12:25:12 -0500
Hi Guys,
Thanks to Dan I was able to check my app's memory usage using Performance Monitor, and unfortunately it showed the same thing that task manager did: In my app the RTL memory manager is using quite a bit less memory than the two fastcode ones I tested (BucketMem_ASM and FastMM4) and after the specific operation is done it releases almost all of the memory while the two other managers keep massive amounts allocated.
Repeating the info from my last post, here's the memory usage after the operation is complete and the program is idle. These numbers are from the task manager, but Perfmon showed exactly the same thing.
RTL Mem Usage: 15,152K Peak Mem Usage: 69,736K VM Size: 8,088K
BucketMem_ASM Mem Usage: 36,664K Peak Mem Usage: 87,200K VM Size: 30,008K
FastMM4 Mem Usage: 66,748K Peak Mem Usage: 86,324K VM Size: 60,732K
Is this intentional? If not, would submitting a replay log help? Is there anything I can do to improve it, or is this kind of overhead the cost of using the faster memory managers?
Thanks, Craig Peterson Scooter Software .
- Follow-Ups:
- Re: Fastcode MM memory usage
- From: Pierre le Riche
- Re: Fastcode MM memory usage
- Prev by Date: Re: FastMM 4 released
- Next by Date: Re: Fastcode MM memory usage
- Previous by thread: Help measuring memory manager overhead
- Next by thread: Re: Fastcode MM memory usage
- Index(es):
Relevant Pages
|