Bug #5109
timeshift buffer size growing unlimited
0%
Description
I'm running Tvheadend 4.2.6-7~g561355130 on Linux 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64.
The timeshift buffer is growing unlimited despite setting unlimited size to false.
My settings are:
{ "enabled": true, "ondemand": false, "path": "/data2/tvh_timeshift/", "max_period": 60, "unlimited_period": true, "max_size": 10000, "ram_size": 0, "unlimited_size": false, "ram_only": false, "ram_fit": false, "teletext": false }
Snapshot of size:
root@ZEROSERVER:/# du -hx /data2/tvh_timeshift/ | sort -n -r | tail -n 10 54G /data2/tvh_timeshift/buffer/38 54G /data2/tvh_timeshift/buffer 54G /data2/tvh_timeshift/
History
Updated by Flole Systems about 4 years ago
Markus Endres wrote:
Still got the problem...
On what version?
Updated by Markus Endres about 4 years ago
tvheadend Build: 4.2.8-36~g5bdcfd8ac
on Debian 4.9.210-1+deb9u1 (2020-06-07) x86_64 GNU/Linux
Updated by Markus Endres about 4 years ago
Markus Endres wrote:
tvheadend Build: 4.2.8-36~g5bdcfd8ac
on Debian 4.9.210-1+deb9u1 (2020-06-07) x86_64 GNU/Linux
Linux ZEROSERVER 4.9.0-12-amd64 #1 SMP
Updated by Markus Endres about 4 years ago
Now running HTS Tvheadend 4.3-1899~gc3204bc6f on debian ( 4.9.0-12-amd64 #1 SMP Debian 4.9.210-1+deb9u1 (2020-06-07) x86_64 GNU/Linux)
And again the buffer is growing unlimited...
My settings are now:
{ "enabled": true, "ondemand": false, "max_period": 60, "unlimited_period": true, "max_size": 100000, "ram_size": 0, "unlimited_size": false, "ram_only": false, "ram_fit": false, "teletext": false } Last time it went up to 192 GB
Updated by Markus Endres almost 4 years ago
Buffer is still growing unlimited.
Tvheadend 4.3-1923~gaaca05cc1 on Debian 4.9.0-14-amd64
I did now install a 64GB SSD only for th e buffer to prevent SERVER crashes...