Update sysctl limits for prod
diff --git a/linux/system/single.yml b/linux/system/single.yml
index fcfa1b1..a4f45cc 100644
--- a/linux/system/single.yml
+++ b/linux/system/single.yml
@@ -41,14 +41,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