this post was submitted on 02 Sep 2023
14 points (100.0% liked)

Meta

9 readers
1 users here now

Discussion about the aussie.zone instance itself

founded 1 year ago
MODERATORS
 
CPU:

Memory:

Network:

Storage:

Cloudflare caching:

Summary:

Not much to call out. The storage drop was due to purging a days worth of images, and clearing the entire object storage cache. When I have time, I'll upgrade the VPS to add storage.

you are viewing a single comment's thread
view the rest of the comments
[–] Baku@aussie.zone 1 points 1 year ago (1 children)

Besides the obvious big drop from the purging, what are all the other little drops every day (or perhaps 2?)

Sorry if you've answered before

[–] lodion@aussie.zone 2 points 1 year ago (1 children)

Midnight is something internal to Lemmy, I think it's just a DB cleanup. The other is clearing unused caches items from Wasabi.

[–] chrisbit@leminal.space 2 points 1 year ago (1 children)

Mind providing some detail on the latter, in terms of what the unused items are and how it's checked and then cleared? Always looking out for new efficiencies I can incorporate in my own setup.

[–] lodion@aussie.zone 2 points 1 year ago

Basically deleting files from the Wasabi cache directory that haven't been accessed in whatever time threshold I've specified as X:
find -atime +X -exec rm {}