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

Increase API size #135

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Increase API size #135

merged 2 commits into from
Oct 19, 2023

Commits on Oct 12, 2023

  1. Fix a typo

    slifty committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a779d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Increase api image size

    As part of our work exploring the impact of the sftp service, we
    identified the need to increase the perfomance capability of the API
    server in order to handle the volume of API calls made by SFTP users
    [1].
    
    Amazon provides a range of instance sizes.  This choice increases the
    CPU capacity of the machine without expanding the memory capacity.  This
    is because our initial benchmarks seemed to be pinning CPU usage but not
    putting a particularly large dent in memory.
    
    [1] PermanentOrg/sftp-service#268
    slifty committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fd7d058 View commit details
    Browse the repository at this point in the history