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.
0 Votes
A
Administrator posted
over 10 years ago
AdminBest 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.
0 Votes
1 Comments
A
Administratorposted
over 10 years ago
AdminAnswer
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.
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.
0 Votes
Administrator posted over 10 years ago Admin Best 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.
0 Votes
1 Comments
Administrator posted over 10 years ago Admin 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.
0 Votes
Login to post a comment