DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17597 Execute.getProcEnvironment causes Exception in combination with a MySQL database ------- Additional Comments From levylambert@tiscali-dsl.de 2003-03-03 15:13 ------- could you try to allocate more memory for ANT to use 200 Mb of memory for instance (this is just an example, 64 Mb might do) ==> under Windows SET ANT_OPTS="-Xmx200m -Xms200m" ==> under UNIX export ANT_OPTS="-Xmx200m -Xms200m"