UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

Reduce memory usage when polling the DB #293

Closed jahn18 closed 3 months ago

jahn18 commented 6 months ago

Purpose

Our DB polls has a high memory usage.

Description

Occurs in various of ways:

Overall, the issue is not the rate of the frequency but the amount of data that is being stored while we website is running. We need to figure out how to reduce the memory usage while polling and not eat it all up.

Resources