update to version 1.9
This commit is contained in:
parent
809e4ded41
commit
48b84729ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/stalld-1.4.tar.xz
|
/stalld-1.4.tar.xz
|
||||||
/stalld-1.6.tar.xz
|
/stalld-1.6.tar.xz
|
||||||
/stalld-1.8.tar.xz
|
/stalld-1.8.tar.xz
|
||||||
|
/stalld-1.9.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stalld-1.8.tar.xz) = 34a2320bc27c134cf546ea3ea7b9c5cc4100a5a81d7298f70035145a75920c617fe7421a33e7cff33fe11032dff822b52cf1fc14828f455ec7cc456866000fd0
|
SHA512 (stalld-1.9.tar.xz) = f64d870b9f7883142289f1e92400733d39ff4f39550aa66663de49a230aceae54fc37bc175beda687ffc4316440425db39e1705e9ffd527672d5b4121200febb
|
||||||
|
11
stalld.spec
11
stalld.spec
@ -1,5 +1,5 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.8
|
Version: 1.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||||
|
|
||||||
@ -51,6 +51,15 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
|||||||
%systemd_postun_with_restart %{name}.service
|
%systemd_postun_with_restart %{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-1
|
||||||
|
- Set starvation threshold default to 30 seconds
|
||||||
|
- rework read buffer allocation to properly find page size
|
||||||
|
- Add the -g/--granularity option
|
||||||
|
- Change the default granularity to five seconds
|
||||||
|
- Implement idle detection
|
||||||
|
- Implement the single-threaded mode
|
||||||
|
- Add HRTICK_DL support
|
||||||
|
|
||||||
* Fri Feb 5 2021 Clark Williams <williams@redhat.com> - 1.8-1
|
* Fri Feb 5 2021 Clark Williams <williams@redhat.com> - 1.8-1
|
||||||
- Fix Readiness Protocol Mismatch with systemd
|
- Fix Readiness Protocol Mismatch with systemd
|
||||||
- test01: update to use buildin atomic operations
|
- test01: update to use buildin atomic operations
|
||||||
|
Loading…
Reference in New Issue
Block a user