Ornendil 0 Posted August 30, 2010 is it possible to increase the amount of memory the program uses? I'm bumping up against the 529 limit trying to finish my expansion thanks, Eli Quote Share this post Link to post Share on other sites
Thelric 4 Posted August 31, 2010 Assuming that you are using a recent Windows version, go to the installation folder and find the file that ends in ".ini". Open it in a text editor (Notepad is fine). Find the line that reads -Xmx600m and change the number to something larger, such as 1024m for 1GB total. (If you are using the memory monitor plug-in, the max will show up as somewhat smaller than the amount you specify because this total value gets split into a couple of pools of memory.) Cheers,Chris Quote Share this post Link to post Share on other sites
Ornendil 0 Posted September 2, 2010 Thelric said: Assuming that you are using a recent Windows version, go to the installation folder and find the file that ends in ".ini". Open it in a text editor (Notepad is fine). Find the line that reads -Xmx600m and change the number to something larger, such as 1024m for 1GB total. (If you are using the memory monitor plug-in, the max will show up as somewhat smaller than the amount you specify because this total value gets split into a couple of pools of memory.) Cheers,Chris Thanks! Quote Share this post Link to post Share on other sites