summaryrefslogtreecommitdiff
path: root/glcapture.c
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2017-02-16 00:55:26 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2017-02-16 00:55:26 +0200
commit88cec75c69efb785fbc1ab8b04051a888d960838 (patch)
treee03b70d0288e37239c92ebba43c67a65edea5373 /glcapture.c
parent03698fed18f67d1144b5ac49c148c1747621b917 (diff)
Update documentationHEADmaster
Diffstat (limited to 'glcapture.c')
-rw-r--r--glcapture.c1
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.
*/