summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2015-06-25 10:34:52 +0000
committerJean Delvare <khali@linux-fr.org>2015-06-25 10:34:52 +0000
commit096a5fc953d78246884beba49363a9113d110365 (patch)
tree63117235d88d2b9e01dc8c6296912bc46f3f01fa /CHANGES
parent59df826a298846966e383a87e9903f93b967fbdb (diff)
downloadlm-sensors-git-096a5fc953d78246884beba49363a9113d110365.tar.gz
fancontrol: Reduce memory consumption
Construct "wait $!" causes bash to remember the exit status of the children. This consumes memory. We don't need the status code and we are only waiting for a single child, so we can simply use "wait". This will reduce the memory usage. This partly fixes ticket #2391. http://www.lm-sensors.org/ticket/2391 The actual leak is in bash 4.3 and should be fixed there.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 30880b69..fa36d84a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@ SVN HEAD
sensors: Add support for temperature min and critical min hysteresis
fancontrol: Deal with moving hwmon attributes
Fix shell error when FCFANS is not set
+ Reduce memory consumption (#2391)
healthd: Avoid using external commands
sensors-detect: Add detection of ADC128D818
Add detection of AMD family 16h Kabini and Mullins