79232598

Date: 2024-11-28 04:36:25
Score: 1.5
Natty:
Report link

The buffer size option in SFTP is -b buffer_size

It specifies the buffer size used for data transfer. The default is 32768 bytes. The minimum allowed value is 1024. The maximum allowed value is 4194304 bytes.

I would need to profile the application for available heap and set this buffer size accordingly so that application does run out of heap and throw a OOME.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: AbNig