Skip to content

Commit

Permalink
disable cgroup on default
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Dec 9, 2024
1 parent dbe06c7 commit b68806a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/application/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ DEFINE_FLAG_INT32(tcmalloc_release_memory_interval, "force release memory held b
DEFINE_FLAG_INT32(exit_flushout_duration, "exit process flushout duration", 20 * 1000);
DEFINE_FLAG_INT32(queue_check_gc_interval_sec, "30s", 30);
#if defined(__ENTERPRISE__) && defined(__linux__) && !defined(__ANDROID__)
DEFINE_FLAG_BOOL(enable_cgroup, "", true);
DEFINE_FLAG_BOOL(enable_cgroup, "", false);
#endif


DECLARE_FLAG_BOOL(send_prefer_real_ip);
DECLARE_FLAG_BOOL(global_network_success);

Expand Down

0 comments on commit b68806a

Please sign in to comment.