Skip to content

Commit

Permalink
fix(health): Switch to sysinfo fork for correct cgroup v2 mem limits (#…
Browse files Browse the repository at this point in the history
…3220)

The memory health check is broken for cgroup v2, see
GuillaumeGomez/sysinfo#1219

Switches to a fork until the upstream issue is fixed.
  • Loading branch information
Dav1dde committed Mar 6, 2024
1 parent edc7501 commit 5f2e1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ symbolic-common = { version = "12.1.2", optional = true, default-features = fals
symbolic-unreal = { version = "12.1.2", optional = true, default-features = false, features = [
"serde",
] }
sysinfo = "0.30"
sysinfo = { git = "https://github.com/getsentry/sysinfo.git", rev = "2fe6093" }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
tower = { version = "0.4.13", default-features = false }
Expand Down

0 comments on commit 5f2e1e8

Please sign in to comment.