hellhub-collective / api

Effortlessly use Helldivers 2 data in your apps, with the democratically approved HellHub API. 🌎
https://documenter.getpostman.com/view/33840175/2sA35Bd54w
MIT License
18 stars 2 forks source link

Memory: Linear memory increase causes crash #51

Closed fabio-nettis closed 4 months ago

fabio-nettis commented 4 months ago

Describe the bug

When deploying the API the memory will increase linearly, causing the application to crash when the deployment platform threshold is reached.

Environment information

Bun: v1.1.3
API: v2.8.0 (latest)

Expected behavior

The memory usage should stay the same and only rise based on application load.

What areas are affected by the issue