Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Specifying heap size in C#

Status
Not open for further replies.

Rewbs

Programmer
Joined
May 1, 2002
Messages
18
Location
GB
Hi all,

In Java, you can specify the minimum and maximum heap sizes using the -Xms and -Xmx parametres as so:

java -Xms<bytes> -Xmx<bytes> class

How can this be done in C#?

Cheers,
Robin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top