Spyke

Replies

linux

Comment on

I freed 30GB using Filelight

Clean all the cache downloads of Arch Linux Packages

pacman -Scc

Remove unused docker networks and images

docker system prune --all

Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use "n" instead of "f" for a dry run)

git clean -xdf

Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)

git gc --aggressive --prune=now

Remove old journal logs, keeping last seven days

journalctl --vacuum-time 7days

Remove pip cache

pip cache purge

Comment on

What are the requirements for a single user Lemmy instance?

Depends on how many communities do you subscribe too and how much activity they have.

I'm running my single user instance subscribed to 20 communities on a 2c/4g vps who also hosts my matrix server and a bunch of other stuff and right now I mostly see peaks from 5/10% of CPU and RAM at 1.5GB

I have been running for 15months and the docker volumes total 1.2GBs A single pg_dump for the lemmy database in plain text is 450M

Comment on

Phoronix forums are insane

Yeah dont read their comments.

I have them on my RSS because is a nice feed of news even if he does some clickbaity titles but the community has zero moderation.

Like, it's not just rude technical arguments, but also a lot of political and personal insults.

I don't have the energy for it.