Merge pull request #97 from Mirantis/lgtm-prod-updates-linux-limits

Update sysctl limits for prod
diff --git a/linux/system/single.yml b/linux/system/single.yml
index 24f7048..fad25ae 100644
--- a/linux/system/single.yml
+++ b/linux/system/single.yml
@@ -45,14 +45,14 @@
           limits:
             - type: hard
               item: nofile
-              value: 102400
+              value: 307200
             - type: soft
               item: nofile
-              value: 102400
+              value: 307200
             - type: soft
               item: noproc
-              value: 102400
+              value: 307200
             - type: hard
               item: noproc
-              value: 102400
+              value: 307200