I noticed that when trend or cleanup runs during the night times, memory consumption is high. I'm wondering if we could allocate dedicated resources for key processes like cleanup.
Best Answer
A
Administrator
said
about 9 years ago
It is possible to execute processes like cleanup, trend, threshold etc., seperately with dedicated memory. Parameters that control these are in egurkha\manager\config\eg_services.ini
Following parameters decide whether they run as separate process, or not.
[EXEC]
ExecuteMailAsProcess=yes
ExecuteThresholdAsProcess=yes
ExecuteTrendAsProcess=yes
Memory available to each process are controlled using these parameters
Mail_java_options=-Xrs -Xmx256M
Thresh_java_options=-Xrs -Xmx384M -Xms256M
Trend_java_options=-Xrs -Xmx364M -Xms256M
All the numbers mentioned here are memory configurations in MB.
1 Comment
A
Administrator
said
about 9 years ago
Answer
It is possible to execute processes like cleanup, trend, threshold etc., seperately with dedicated memory. Parameters that control these are in egurkha\manager\config\eg_services.ini
Following parameters decide whether they run as separate process, or not.
[EXEC]
ExecuteMailAsProcess=yes
ExecuteThresholdAsProcess=yes
ExecuteTrendAsProcess=yes
Memory available to each process are controlled using these parameters
Mail_java_options=-Xrs -Xmx256M
Thresh_java_options=-Xrs -Xmx384M -Xms256M
Trend_java_options=-Xrs -Xmx364M -Xms256M
All the numbers mentioned here are memory configurations in MB.
Lee Stewart
I noticed that when trend or cleanup runs during the night times, memory consumption is high. I'm wondering if we could allocate dedicated resources for key processes like cleanup.
It is possible to execute processes like cleanup, trend, threshold etc., seperately with dedicated memory. Parameters that control these are in egurkha\manager\config\eg_services.ini
Following parameters decide whether they run as separate process, or not.
[EXEC]
ExecuteMailAsProcess=yes
ExecuteThresholdAsProcess=yes
ExecuteTrendAsProcess=yes
Memory available to each process are controlled using these parameters
Mail_java_options=-Xrs -Xmx256M
Thresh_java_options=-Xrs -Xmx384M -Xms256M
Trend_java_options=-Xrs -Xmx364M -Xms256M
All the numbers mentioned here are memory configurations in MB.
Administrator
It is possible to execute processes like cleanup, trend, threshold etc., seperately with dedicated memory. Parameters that control these are in egurkha\manager\config\eg_services.ini
Following parameters decide whether they run as separate process, or not.
[EXEC]
ExecuteMailAsProcess=yes
ExecuteThresholdAsProcess=yes
ExecuteTrendAsProcess=yes
Memory available to each process are controlled using these parameters
Mail_java_options=-Xrs -Xmx256M
Thresh_java_options=-Xrs -Xmx384M -Xms256M
Trend_java_options=-Xrs -Xmx364M -Xms256M
All the numbers mentioned here are memory configurations in MB.
-
Finding eG Agent version
-
Delete and Acknowledge alarms
-
Updating nick names
-
Changing IP address of a monitored component
-
Changing IP address of remote agent and external agent
-
Inside view metrics are not collected by eG
-
Error 1067
-
Agent stopped running
-
eG agent auto-startup
-
Remote agent connection issue
See all 77 topics