DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25108>.
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=25108

Suspected memory leak when using filters to copy a large number of files





------- Additional Comments From [EMAIL PROTECTED]  2003-12-11 17:03 -------
Are you sure that this is a problem with filters.
In ant, the files are placed into a hashmap in the copy
task, so this will cause memory to be used while coping.

Try to copy without the filter and see if it possible
to copy the files without extra memory.

If this is the case, you can increase memory available
to the jvm used by ant by setting the ANT_OPTS env
variable:
 
export ANT_OPTS="-Xms200m -Xmx1000m"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to