You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll make the GUI listen on port 50051, any IP. You can also use an IP: `$ /usr/local/bin/opensnitch-ui --socket "127.0.0.1:50051"`
50
+
<p>It'll make the GUI listen on port 50051, any IP. You can also use an IP: `$ /usr/local/bin/opensnitch-ui --socket "127.0.0.1:50051"`</p>
51
+
52
+
> ℹ️ `Max server workers` option:
53
+
> This option affects to how many nodes the GUI can handle. Each node consumes about 2 workers, so the default configuration of 20 workers allows to handle 10-15 nodes.
54
+
> If there're more nodes than workers, the GUI will run out of resources, and won't allow new messages or events **from any node**.
55
+
>
56
+
57
+
> ℹ️ `Max server clients`:
58
+
> Use this option to limit how many nodes can connect to the GUI (server).
59
+
> The default value of 0 allows unlimited number of incoming connections (nodes).
51
60
52
61
--
53
62
@@ -65,8 +74,8 @@ It'll make the GUI listen on port 50051, any IP. You can also use an IP: `$ /usr
65
74
66
75
67
76
<p>Use the Rules tab to view and monitor the rules of all nodes:</p>
0 commit comments