According to your help, the speed of Tactic problem has solved.
The problem was considered due to the speed of Tactic engine, however, it was setting issue. Current loading speed is just 2sec after modifying setting. (previous speed was 15sec)
I really thank you for your help.
I shared this problem and solution if it would be useful to other users who has same issue.
------------------------------
After modification (there was no change in the computer hardware)
-----------------------------------------
Modification
1.
the Python processes are running for a long time , and it's causing sluggishness. We set the process_time_alive setting to 30 in /opt/tactic/tactic_data/config/tactic-conf.xml to prevent this in the future:
<process_time_alive>30</process_time_alive>
It means the processes will be refreshed every 30 minutes automatically. Users will not notice.
2.
We also increased load-balancing to 6 TACTIC processes (previously it was 3) since your machine had enough capabilities.
The problem was considered due to the speed of Tactic engine, however, it was setting issue. Current loading speed is just 2sec after modifying setting. (previous speed was 15sec)
I really thank you for your help.
I shared this problem and solution if it would be useful to other users who has same issue.
------------------------------
After modification (there was no change in the computer hardware)
-----------------------------------------
Modification
1.
the Python processes are running for a long time , and it's causing sluggishness. We set the process_time_alive setting to 30 in /opt/tactic/tactic_data/config/tactic-conf.xml to prevent this in the future:
<process_time_alive>30</process_time_alive>
It means the processes will be refreshed every 30 minutes automatically. Users will not notice.
2.
We also increased load-balancing to 6 TACTIC processes (previously it was 3) since your machine had enough capabilities.