elasticio / sftp-component

SFTP component for the elastic.io platform
Apache License 2.0
2 stars 3 forks source link

Verify that the SFTP component can handle files of 1GB with default memory config #112

Closed jhorbulyk closed 2 years ago

jhorbulyk commented 2 years ago

Other Feature Request

Description

Currently, the max supported file size is 100MB. The component can read & write files under this size without having to increase the required memory for the component beyond the default allocated memory of 250 MB. We should check (on a staging environment) if the component can handle files of up to 1GB in size without the need to increase the allocated component memory beyond 250 MB.

Definition of Done

One of:

if0s commented 2 years ago

Hi @jhorbulyk Can we transfer MAX_FILE_SIZE to config instead of using it as env variable?

jhorbulyk commented 2 years ago

Can we transfer MAX_FILE_SIZE to config instead of using it as env variable?

Not before https://github.com/elasticio/elasticio/issues/6172 is implemented.