diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2017-02-16 00:55:26 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2017-02-16 00:55:26 +0200 |
commit | 88cec75c69efb785fbc1ab8b04051a888d960838 (patch) | |
tree | e03b70d0288e37239c92ebba43c67a65edea5373 | |
parent | 03698fed18f67d1144b5ac49c148c1747621b917 (diff) |
-rw-r--r-- | glcapture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glcapture.c b/glcapture.c index 5d1b78e..614aa70 100644 --- a/glcapture.c +++ b/glcapture.c @@ -10,6 +10,7 @@ * * Make sure you increase your maximum pipe size /prox/sys/fs/pipe-max-size to minimum of * (FPS / 4) * ((width * height * components) + 13) where components is 3 on OpenGL and 4 on OpenGL ES. + * Also set /proc/sys/fs/pipe-user-pages-soft to 0. * * If you get xruns from alsa, consider increasing your audio buffer size. */ |