From 88cec75c69efb785fbc1ab8b04051a888d960838 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Thu, 16 Feb 2017 00:55:26 +0200 Subject: Update documentation --- glcapture.c | 1 + 1 file changed, 1 insertion(+) 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. */ -- cgit v1.2.3