From b15c20f06ffe6d5ef1996f0e982153d32ce7efec Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 28 Apr 2019 17:22:03 +0200 Subject: [PATCH] Mattermost Beta: Increase the number of watches allowed by the system --- metadata/com.mattermost.rnbeta.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata/com.mattermost.rnbeta.yml b/metadata/com.mattermost.rnbeta.yml index ce7c8fdb55..28179f2c73 100644 --- a/metadata/com.mattermost.rnbeta.yml +++ b/metadata/com.mattermost.rnbeta.yml @@ -215,6 +215,8 @@ Builds: commit: v1.18.1 subdir: android/app sudo: + - sysctl fs.inotify.max_user_watches=524288 + - sysctl -p - apt-get update || apt-get update - apt-get install -y --no-install-recommends -t stretch-backports npm init: