Skip to content

Commit

Permalink
changing tpr_set_rlimit_memlock and hm_set_rlimit_memlock to false
Browse files Browse the repository at this point in the history
Summary: D60186873 completes rollout of the new values, changing the default to false.

Reviewed By: frankfeir

Differential Revision: D60191628

fbshipit-source-id: 4d1aa95ea877ec0b2be3047653928fb9240bfb27
  • Loading branch information
Pavel Dubovitsky authored and facebook-github-bot committed Jul 29, 2024
1 parent 070a8ab commit bd49a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katran/tpr/bpf_util/BpfUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern "C" {
// https://lore.kernel.org/bpf/[email protected]/
DEFINE_bool(
tpr_set_rlimit_memlock,
true,
false,
"Whether we have to set rlimit_memlock in tpr bpf adapter.");

namespace katran_tpr::BpfUtil {
Expand Down

0 comments on commit bd49a53

Please sign in to comment.