You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2025. It is now read-only.
'put' a directory with large number of files and directories
I'm using put to copy a directory of exploded EARs to target destinations.
The directory I'm trying to push has 58k files (largest directory depth 19). When trying to send, the code that creates the instructions to execute through the connection eventually kills the JVM process with heap errors.
My work-around is to compress the directory into a single file, push that, then decompress on the target, but this is adding overhead (even with 'store' of zip it's adding ~60 seconds to the process).