jellyfin-meta VS oomd

Compare jellyfin-meta vs oomd and see what are their differences.

jellyfin-meta

A repository to hold our roadmap, policies, and more. (by jellyfin)

oomd

A userspace out-of-memory killer (by facebookincubator)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
jellyfin-meta oomd
6 5
22 1,755
- 0.3%
3.0 7.0
7 days ago 17 days ago
C++
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jellyfin-meta

Posts with mentions or reviews of jellyfin-meta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-17.
  • Can anyone speak to the EF Core migration?
    1 project | /r/jellyfin | 8 May 2023
    afaik this is really the latest update on it: https://github.com/jellyfin/jellyfin-meta/issues/26
  • Jellyfin Third Party App
    3 projects | /r/jellyfin | 17 Dec 2022
    We're still in the planning phase on GitHub, when the server side is added the apps will follow. https://github.com/jellyfin/jellyfin-meta/discussions/30
  • Jellyfin Media Player and MPV Shim Updates for 10.8.0
    4 projects | /r/jellyfin | 11 Jun 2022
    There are more substantial changes that will happen for an "API v2" rewrite, but it is still being debated how exactly that should be handled.
  • Dim, a open source media manager.
    5 projects | /r/DataHoarder | 19 Oct 2021
    It's also been very unclear how to get on the team. The official stance was "Work on it and when we notice you and think you do good work, you'll get an invite". I get the idea and brought it up right before leaving (In a messy post on Github where my communication issues lead to it sounding a lot more harsh and accusatory than I intended. You can find it here if you're curious), and it's apparently changing at some point, but the meta issue hasn't moved since it was opened (Here). This kind of "we'll nominate you when we see you" thing goes against the "do-ocracy" principle, since it's all about "doing things", so you should be able to take on responsibilities by nominating yourself on the team (Exactly like the project where the inspiration for the structure and policies of Jellyfin come from works, by the way. That would be Debian). Regardless, it's seemingly changing at some point, so that a good thing.
  • Holy memory usage, Batman!
    2 projects | /r/jellyfin | 14 Mar 2021
    I've been committed to keeping Jellyfin completely zero-cost since day one, and am baking it into our new project constitution as well. This "joke" isn't funny.
  • 10.7.0 Release Candidate 3 is now out - we're getting closer!
    6 projects | /r/jellyfin | 23 Jan 2021
    After deleting those it did work, and I could re-install Fanart+Kodi. Adding Gotify once again Broke Things though :-( I think https://github.com/jellyfin/jellyfin/issues/4690 covers the "Failing to load", although it isn't listed under 10.7 known issues. I guess I should create an issue in the Gotify Notification repo at least, is "Fails to upgrade" considered a plugin or a Jellyfin issue?

oomd

Posts with mentions or reviews of oomd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-14.
  • Defrag Like It's 1993
    1 project | news.ycombinator.com | 16 Dec 2021
    OOMKiller has a bunch of issues. Its heuristics don't apply well across the wide range of workloads Linux provides (webserver? Database server? build server? desktop client? Gaming machine?), each of which would require its own tuning. (random example: https://lwn.net/Articles/761118/)

    That's why some orgs implemented their own solutions to avoid OOMKiller having to enter the picture, like Facebook's user-space oomd: https://github.com/facebookincubator/oomd

  • Paru is building oomd-git package from AUR everytime I run the update command.
    1 project | /r/archlinux | 24 Oct 2021
    I use paru to install/update the softwares on my laptop. I usually update the system twice per week. But recently I've noticed that oomd-git package was showing in the AUR updates everytime I ran the paru command. So, I checked the upstream URL but the main branch shows no new commits since last month. I have no idea why is this happening and weather it's a paru issue or oomd-git issue.
  • Holy memory usage, Batman!
    2 projects | /r/jellyfin | 14 Mar 2021
    Additionally, you might want to check this: https://github.com/facebookincubator/oomd
  • Systemd 248 RC3: systemd-oomd is now considered fully supported
    3 projects | news.ycombinator.com | 13 Mar 2021
    I think the distinction is that MemoryMax= is just an interface to the cgroupv2 setting, i.e., that rule is implemented inside the kernel and invokes the kernel's OOM killer within a cgroup. The manpage for systemd-oomd says, "systemd-oomd is a system service that uses cgroups-v2 and pressure stall information (PSI) to monitor and take action on processes before an OOM occurs in kernel space."

    It looks like systemd-oomd is related to (based on? from the same people as?) Facebook's oomd https://github.com/facebookincubator/oomd , whose documentation gives a bunch of reasons as to why you would prefer a userspace oomd that takes in PSI data and can be configured to proactively kill misbehaving processes instead of just letting the kernel OOM killer handle it. The major reason is time to recovery: a misbehaving process can cause a system to be so far under pressure that the kernel OOM killer will take a long time to flush things out, but a userspace component can respond in advance with more configurable rules (and more flexibility, since the kernel doesn't believe you're at capacity yet).

  • Arch runs out of memory, then crashes
    3 projects | /r/archlinux | 3 Feb 2021
    oomd - developed by facebook and will be default in Fedora 34, it is part of Systemd 247 but still in experimental stage

What are some alternatives?

When comparing jellyfin-meta and oomd you can also consider the following projects:

jellyfin-plugin-webhook

earlyoom - earlyoom - Early OOM Daemon for Linux

jellyfin-kodi - Jellyfin Plugin for Kodi

nohang - A sophisticated low memory handler for Linux

Jellyfin - The Free Software Media System

le9-patch - [PATCH] mm: Protect the working set under memory pressure to prevent thrashing, avoid high latency and prevent livelock in near-OOM conditions

jellyfin-media-player - Jellyfin Desktop Client based on Plex Media Player

systemd - The systemd System and Service Manager

jellyfin-blog - Hugo Source for Jellyfin Website

jellyfin-web-jmp

jellyfin-mpv-shim - MPV Cast Client for Jellyfin

jellyfin-androidtv - Android TV Client for Jellyfin