M
Maxim
Is there any way at all the get the total amount of free memory on the
current system?
Im desiging an application that can run well on low end machines[32 MB RAM]
up to 512MB-1GB. The problem is that the code is bottlenecked by the
available RAM, so I need to be able to allocate as much RAM as possible,
without allocating too much[and so hitting the disk].
current system?
Im desiging an application that can run well on low end machines[32 MB RAM]
up to 512MB-1GB. The problem is that the code is bottlenecked by the
available RAM, so I need to be able to allocate as much RAM as possible,
without allocating too much[and so hitting the disk].