ove / ove-asset-manager

Asset Management for data and static resources
MIT License
0 stars 0 forks source link

OOM exception when uploading large files #227

Closed oserban closed 4 years ago

oserban commented 5 years ago

[2019-11-07 13:22:07,406] [DEBUG] Handling api exception: MemoryError()

For a 1.5GB tiff image

jamesscottbrown commented 5 years ago

I don't think this is super suprising: it looks like the new AM VM only has 4 GB of RAM (or maybe even 3 - top reports 4039128 Kib, but free -g reports 3), and is currently using 75% of that just sitting idle.

If we increase to 8 GB of RAM we should have enough headroom to handle most uses.

oserban commented 4 years ago

Increasing the memory on the machine fixed the problem