diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-18 02:36:27 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-18 02:36:27 +0100 |
commit | d14b4e71f80227bc193a28e0f50c6ee007f3d050 (patch) | |
tree | 701428c51be997981fcf703a2e50e723b1eed2b5 /README.md | |
parent | e294715aaa4b27f7f577d72c5cd4e606dde6baee (diff) | |
download | ODR-AudioEnc-d14b4e71f80227bc193a28e0f50c6ee007f3d050.tar.gz ODR-AudioEnc-d14b4e71f80227bc193a28e0f50c6ee007f3d050.tar.bz2 ODR-AudioEnc-d14b4e71f80227bc193a28e0f50c6ee007f3d050.zip |
Restart only up to five times due to mem leaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -185,9 +185,10 @@ odr-audioenc returns: * 4 it the ZeroMQ send failed * 5 if the input had a fault -You can use the *-R* option to get ODR-AudioEnc to restart the input automatically after -a fault. This does not guarantee that the odr-audioenc process will never die, and running -it under a process supervisor is encouraged regardless of this feature being enabled or not. +You can use the *-R* option to get ODR-AudioEnc to restart the input +automatically up to five times after a fault. As this does not guarantee that +the odr-audioenc process will never die, running it under a process supervisor +is recommended regardless of this feature being enabled or not. Known Limitations |