How do I fix the "out of environment space" errors when running Ant on Win9x/ME?
Created May 7, 2012
Erik Hatcher Add the following line to your config.sys file.
SHELL=c:windowscommand.com c:windows /P /E:nnnnWhere nnnn is the number of kilobytes of environment space to be created. 4096 has been mentioned as a number that typically works for nnnn.