Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Dec 16, 2024
1 parent baddf1f commit 30dceb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/app_config/AppConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,10 @@ AppConfig::AppConfig() {
mSendDataPort = 80;
mShennongSocket = true;
#ifdef __CORP__
mInotifyBlackList.insert("/tmp"); // The constant creation and deletion of files in the /tmp directory by Pangu 2.0
// may lead to increased resource consumption and system fluctuations for iLogtail
// which rely on inotify_add_watch and inotify_rm_watch for filesystem monitoring.
// for internal systems which read and write frequently on small files in /tmp,it may lead to increased resource
// consumption and system fluctuations which rely on inotify_add_watch and inotify_rm_watch for filesystem
// monitoring.
mInotifyBlackList.insert("/tmp");
#endif

mPurageContainerMode = false;
Expand Down

0 comments on commit 30dceb0

Please sign in to comment.