Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VERY slow performance #16

Open
victropolis opened this issue Feb 15, 2018 · 0 comments
Open

VERY slow performance #16

victropolis opened this issue Feb 15, 2018 · 0 comments

Comments

@victropolis
Copy link

We are experiencing very slow performance. See the example below. It takes almost 1 hour to get from 5% to 10% complete transferring only 1024 bytes at a time. Is there a way to change the buffer size?

2018-01-16 14:46:59,833 INFO  [c3a6c516-f2d9-44c4-80b9-97332c17fafa] [pool-18-thread-1] [ftppush.FtpPushProcessor] - Ftp push percent complete: 1024 bytes transferred this call, 908908544 total bytes transferred, 5% complete
2018-01-16 15:42:24,674 INFO  [c3a6c516-f2d9-44c4-80b9-97332c17fafa] [pool-18-thread-1] [ftppush.FtpPushProcessor] - Ftp push percent complete: 1024 bytes transferred this call, 1817817088 total bytes transferred, 10% complete

It appears that in the JCraft implementation of Jsh, you can do something like the following:

getSession().setConfig("max_input_buffer_size", 10240000);

Is there something similar in the vngx-jsch implementation?

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant