https://issues.apache.org/bugzilla/show_bug.cgi?id=46625
Summary: large outputs from sshexec
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Optional Tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
The following can create out of memory in case of large files:
ssh u...@host "cd /opt/BigOne; tar cf - ." | cat > BigOne.tar
or in antish
<sshexec ... command="cd /opt/BigOne ; tar cf - ." output="BigOne.tar" />
Is it possible to change code to flush the output every now and then?
Cheers,
Pekka
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.