snowzach / doods

DOODS - Dedicated Open Object Detection Service
MIT License
303 stars 31 forks source link

Expected memory / log rotate? #54

Closed acateon closed 3 years ago

acateon commented 3 years ago

Is 2,5G of memory usage expected after some time running? Is the log rotated by default in the container or could that be a culprit of the "high" usage?

snowzach commented 3 years ago

Yep, that's pretty typical. Tensorflow uses a lot of memory. Logs are only rotated based on your docker settings.