Re: Fineract CN Server - Insufficient memory - Java Run time error

2018-09-30 Thread Karthik Ananthakrishnan
Hey Victor, I did check for different metrics to analyse server performance in cloudwatch before trying out swap space. Nginx, MySQL, Cassandra and Fineract Application are the only resource consuming applications. Each microservice takes around 2GB of memory when starting.. so, 12 micro services

Re: Fineract CN Server - Insufficient memory - Java Run time error

2018-09-30 Thread Victor Manuel Romero Rodriguez
Hi Karthik, You have faced the error that all might face when running the services. I can view in the image log that you are using a EC2 machine, you can check the behaviour of the server and make the proper changes using CloudWatch.

Re: Fineract CN Server - Insufficient memory - Java Run time error

2018-09-30 Thread Karthik Ananthakrishnan
Hello Isaac and others, Many thanks for the suggestions. I tried with xms4G and was not very helpful. When i looked at the root cause, I found that cassandra trips during the server boot process when the memory hits peak(free memory less than 100MB) in 32GB RAM server. So, i added swap space to

Re: Fineract CN Server - Insufficient memory - Java Run time error

2018-09-30 Thread Isaac Kamga
Hello Karthik, On Tue, Sep 18, 2018 at 6:01 PM Karthik Ananthakrishnan wrote: > Hey Issac. I did try the 2G and didnt really help. So, i have already made > changes as xms2G and Xmx4G. Will get back to you if it worked. Did any of the suggestions on allocating memory help you ? If so, kindly