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