Replies: 3 comments
-
What takes space is reverse geocoding data being gathered for each of your points (assuming you have it enabled). Points themselves take up quite a little space. Your solution might be to disable reverse geocoding if you're trying to save some space. For now, I have no plans to introduce automatic points pruning. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks for the feedback. In my case it was a json log file which kept growing a lot due to of error messages |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have a look at the docker compose file in the repo, there are options to limit amount of logs via log rotation
Sent from [Proton Mail](https://proton.me/mail/home) for iOS
…On Sun, Oct 20, 2024 at 10:32, MrColumbo ***@***.***(mailto:On Sun, Oct 20, 2024 at 10:32, MrColumbo <<a href=)> wrote:
thanks for the feedback. In my case it was a json log file which kept growing a lot due to of error messages
—
Reply to this email directly, [view it on GitHub](#340 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AA4QYDUMS34VKZWONEITUATZ4NTCPAVCNFSM6AAAAABQF2A6B2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZGQ4TQMI).
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The space used by dawarich increased quite a lot recently and I was wondering if there is a way to automatically remove points where they do not provide any value. For example when I spend 2 hours in a restaurant I like to keep the point when I got there and the point when I left. Depending on the settings on the client dawarich might not even receive any points when I do not move around but it might be nice to be able to bulk delete points for example when there are several points with the same coordinates but different time stamps. In such cases I like to keep the first point and the last point with the same (or very close distance) coordinates.
Beta Was this translation helpful? Give feedback.
All reactions