Alvaro to Self Hosted - Self-hosting your [email protected] • edit-21 year agoSuggestion of fediverse server that doesn't consume so many resources (unlike both Mastodon and Filefish) message-square9fedilinkarrow-up19arrow-down11file-text
arrow-up18arrow-down1message-squareSuggestion of fediverse server that doesn't consume so many resources (unlike both Mastodon and Filefish) Alvaro to Self Hosted - Self-hosting your [email protected] • edit-21 year agomessage-square9fedilinkfile-text
Suggestion of fediverse server that doesn’t consume so many resources (unlike both Mastodon and Filefish) cc @[email protected] @[email protected]
minus-squareCarlos Solíslinkfedilink1•1 year agoYou can set Firefish and Misskey to use fewer workers. It can work with as little as one, for maximum RAM savings.
minus-squareAlvaro OPlinkfedilink0•1 year ago@[email protected] can you point me to some documentation about it?
minus-squareCarlos Solíslinkfedilink1•1 year agoSure, this is the configuration file used by Firefish: https://github.com/misskey-dev/misskey/blob/develop/.config/example.yml Generally it’s stored in /var/www/firefish/.config/default.yml and you want to change these lines: clusterLimit: 1 deliverJobConcurrency: 64 inboxJobConcurrency: 8 That way the system will use a single thread and process fewer inbox / outbox requests in parallel. This of course may impact performance, but for a single-user server it will work well enough.
You can set Firefish and Misskey to use fewer workers. It can work with as little as one, for maximum RAM savings.
@[email protected] can you point me to some documentation about it?
Sure, this is the configuration file used by Firefish: https://github.com/misskey-dev/misskey/blob/develop/.config/example.yml
Generally it’s stored in
/var/www/firefish/.config/default.yml
and you want to change these lines:clusterLimit: 1 deliverJobConcurrency: 64 inboxJobConcurrency: 8
That way the system will use a single thread and process fewer inbox / outbox requests in parallel. This of course may impact performance, but for a single-user server it will work well enough.