Ubuntu based systems hanging when running sunbird services locally #601
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Debayanpaul1593 , if I am understanding right, you are running all the services listed above on a single server in a standalone mode. This will definitely chock as these services may be consuming CPU/Memory more than available in the server. Considering the number of services you are running, I suggest you to distribute these services across multiple servers, java applications on one server, databases on other servers. |
Beta Was this translation helpful? Give feedback.
Most of our developers use MAC and some of them use Ubuntu 20.04 LTS as well with 8 Core 16 GB RAM preferably SSD disk. Multi-threading is handled well in MAC, that may be the reason you are not seeing the performance issues with MAC.
Did you check the utilisation of the process that is running on Ubuntu using ps or htop commands? Can you also check if it is due to high consumption of CPU or Memory(RAM) ? If it is due to memory, you can reduce your maxHeap setting and run the process
Also, I suggest checking if there are any other processes running in the system apart from Sunbird microservices which might be consuming a lot of CPU and Memory