473,386 Members | 1,754 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Memory requirements for C# windows application

Hi,

I designed a C# windows application which should run on Windows XP SP2 PC,
using .NET framework ver 1.1.
My program uses a SQL server database, and works on 3 PC machines which are
on the same network (one of the PC has the sql server installed and the other
2 are connecting to this server), I wanted to know what are the memory
requirements for working that way?

Thanks,
Gidi.
May 7 '06 #1
2 1583
Gidi,

That depends on what your application is going to do, really. You can't
specify requirements for a framework, since it is how you use the framework
that dictates how much memory is consumed.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Gidi" <sh*****@hotmail.com.dontspam> wrote in message
news:E5**********************************@microsof t.com...
Hi,

I designed a C# windows application which should run on Windows XP SP2 PC,
using .NET framework ver 1.1.
My program uses a SQL server database, and works on 3 PC machines which
are
on the same network (one of the PC has the sql server installed and the
other
2 are connecting to this server), I wanted to know what are the memory
requirements for working that way?

Thanks,
Gidi.

May 7 '06 #2
SP

"Gidi" <sh*****@hotmail.com.dontspam> wrote in message
news:E5**********************************@microsof t.com...
Hi,

I designed a C# windows application which should run on Windows XP SP2 PC,
using .NET framework ver 1.1.
My program uses a SQL server database, and works on 3 PC machines which
are
on the same network (one of the PC has the sql server installed and the
other
2 are connecting to this server), I wanted to know what are the memory
requirements for working that way?


Without knowing specifics about the type of application I would say no less
than 512 Mb. For the machine that will run SQL Server then 1 Gb would be
good and I would install the SQL Server on the fastest machine.

SP
May 8 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: benevilent | last post by:
Hey, I'm trying to debug the memory allocation in an embedded use of the Python interpreter. The longer I leave my program running the more memory it consumes. The total number of objects in...
4
by: Frank Esser | last post by:
I am using SQL 8 Personal edition with sp2 applied. I set the max server memory to 32MB and leave the min server memory at 0. When my application starts hitting the database hard the memory usage...
10
by: Jakob Bieling | last post by:
Hi, Whenever allocating memory using operator new or operator new I feel like I should only use it very sparingly, because otherwise memory is wasted (by additional overhead needed to manage all...
4
by: Franklin Lee | last post by:
Hi All, I use new to allocate some memory,even I doesn't use delete to release them. When my Application exit, OS will release them. Am I right? If I'm right, how about Thread especally on...
10
by: VM | last post by:
How can I limit the use of the PC's virtual memory? I'm running a process that basically takes a txt file and loads it to a datatable. The problem is that the file is over 400,000 lines long (77...
6
by: Stan | last post by:
There was a number of postings about aspnet_wp worker process taking too much memory and eventually choking the webserver. One issue is still not clear to me - how can I narrow it down to an...
6
by: Yahya | last post by:
Dear Sirs, I have developed a VB .Net windows application, but unfortunately when I this application tries to use more than 2GB memory it fails although there is available 4GB of memory on the...
30
by: MAG1301 | last post by:
I've detected memory leaks in our huge .NET 1.1 C# application but couldn't localize them directly. So I've reduced the code to the following console application: using System; using System.IO;...
81
by: Peter Olcott | last post by:
It looks like System::Collections::Generic.List throws and OUT_OF_MEMORY exception whenever memory allocated exceeds 256 MB. I have 1024 MB on my system so I am not even out of physical RAM, much...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.