Skip to content

Commit

Permalink
CA-401652: stunnel_cache: decrease limit on pool members
Browse files Browse the repository at this point in the history
Reduce stunnel cache size on pool members to a small number.

64*N needs to be << 512.

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Nov 19, 2024
1 parent bae13eb commit cd3ffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/xapi_globs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ let max_header_length_tcp = ref 1024

let coordinator_max_stunnel_cache = ref 70

let member_max_stunnel_cache = ref 70
let member_max_stunnel_cache = ref 2

let conn_limit_tcp = ref 800

Expand Down

0 comments on commit cd3ffc9

Please sign in to comment.