May 1, 2002 #1 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
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