Skip to content

Commit

Permalink
.......PS. [ZBX-24712] fixed high memory usage in preprocessing manag…
Browse files Browse the repository at this point in the history
…er and main process
  • Loading branch information
sokurenko committed Jul 4, 2024
1 parent 3e4c8ca commit 86366b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/zbxpreproc/pp_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,11 +1330,11 @@ ZBX_THREAD_ENTRY(zbx_pp_manager_thread, args)
{
if (0 != zbx_dc_flush_history())
{
time_flush = sec;

zbx_rtc_notify_generic(&manager->rtc, ZBX_PROCESS_TYPE_HISTSYNCER, 1,
ZBX_RTC_HISTORY_SYNC_NOTIFY, NULL, 0);
}

time_flush = sec;
}

/* trigger vps monitor update at least once per second */
Expand Down

0 comments on commit 86366b7

Please sign in to comment.