Out of Memory Problem in VB 6.0 Application.
- From: "Peri" <Peri@xxxxxxxxxxxxxxxxx>
- Date: Sat, 17 Sep 2005 00:19:57 +0530
Dear All,
I have developed an application which is memory hungry. All the information
are stored in the memory (Using Array of Structures) and also in the SQL
server database. All the process will be done in the arrays and the final
update will be done in the SQL server database and I take care that both of
them are in synch.
Now the problem is when I tested the application under load it is giving
"Out of Memory". I am having around 10 arrays in which each array has more
than 60000 entries.
The Machine configuration is
Xeon 3.0 Processor (Server Mother board) with 4 GB DDR RAM with Windows 2000
Server (OS) and SQL server 2000 installed.
The memory used by my application is around 267 MB and the memory used by
sql server is aroung 497 MB and the total memory used is around 900 MB
including all the other Windows processes. Other than this, no other process
are running in that machine.
Can anyone please guide me on why this error is coming even though I have
sufficient RAM (4 GB RAM) ?
--
Thanks and Regards,
Peri
.
- Prev by Date: Re: Windows 98 Deployment
- Next by Date: Re: convert date from VB to java
- Previous by thread: Re: Windows 98 Deployment
- Next by thread: Re: Out of Memory Problem in VB 6.0 Application.
- Index(es):
Relevant Pages
|