syncthing/cmd/stcrashreceiver
Thomas aa559bf496
all: Use Linux container CPU quota (fixes #9357, fixes #9435) (#9436)
Go is not cgroup aware and by default will set GOMAXPROCS to the number
of available threads, regardless of whether it is within the allocated
quota. This behaviour causes high amount of CPU throttling and degraded
application performance.
2024-02-26 12:23:14 +00:00
..
_testdata lib/ur: Implement crash (panic) reporting (fixes #959) (#5702) 2019-06-11 08:19:11 +02:00
diskstore.go cmd/stcrashreceiver: Add metrics for diskstore inventory 2023-11-27 08:24:59 +01:00
main.go all: Use Linux container CPU quota (fixes #9357, fixes #9435) (#9436) 2024-02-26 12:23:14 +00:00
metrics.go cmd/stcrashreceiver: Add metrics for diskstore inventory 2023-11-27 08:24:59 +01:00
sentry.go Revert "cmd/stcrashreceiver: Aggregate slice out of bounds errors" 2023-10-16 08:08:23 +02:00
sentry_test.go cmd/stcrashreceiver: Correct parsing of current version string 2023-07-12 09:27:34 +02:00
sourcecodeloader.go all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00
stcrashreceiver.go cmd/stcrashreceiver: Add metrics for incoming reports 2023-11-27 08:24:59 +01:00
util.go all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00