Ask a Question related to ASP.NET General, Design and Development.
-
Maxim #1
Free memory?
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].
Maxim Guest
-
#26249 [Fbk->Opn]: snmpget doesn't free memory
ID: 26249 User updated by: dacol dot jeremy at caramail dot com Reported By: dacol dot jeremy at caramail dot com -Status: ... -
#26249 [NoF->Fbk]: snmpget doesn't free memory
ID: 26249 Updated by: iliaa@php.net Reported By: dacol dot jeremy at caramail dot com -Status: No Feedback... -
My Informix Never free up memory!
steven wrote: Your buffers are vastly underconfigured - 50000 would be a starting point, and go up from there. However, your ESQL/C program... -
I NEED FREE tech support re; memory
My 512mb memory update came in the mail today. I installed it. After reboot my screen sayse it has recognized the memory upgrade. Top screen sayse... -
perl memory management - does @array = () free the memory?
I have a sizable array that I want to clear (i.e. free the memory for other use). Will @array = () alert a garbage collector in Perl to mark the... -
Marc Hoeppner #2
Re: Free memory?
Hi,
you can use WMI (Windows Management Instrumentation), there is a managed
namespace in .NET framework. You can query WMI on the server to get the max
amount of memory, current memory consumption and running services for
example (and much more...).
I quickly tried to find an example online, here is one:
[url]http://www.freevbcode.com/ShowCode.Asp?ID=4571[/url]
Best regards,
Marc Höppner
NeoGeo
"Maxim" <luthor@powerup.com.au> wrote in message
news:0vMQa.84$vZ5.3980@nnrp1.ozemail.com.au...RAM]> 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> 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].
>
>
Marc Hoeppner Guest



Reply With Quote

