nspcc-dev / neofs-s3-gw

NeoFS S3 Protocol Gateway
GNU Affero General Public License v3.0
7 stars 15 forks source link

Excessive memory consumption in slicing code #938

Closed roman-khimov closed 3 days ago

roman-khimov commented 5 months ago

Current Behavior

Allocating MaxObjectSize per incoming request.

Expected Behavior

Doing something more sane when dealing with smaller requests.

Context

931.