aem6author server stopping. | Community
Skip to main content
New Participant
October 16, 2015
Solved

aem6author server stopping.

  • October 16, 2015
  • 2 replies
  • 652 views

I am running aem6author server in t2.small instance in AWS. For some reason, even in idle state it is using maximum CPU and Memory and at one point stopping the aem6server service. On checking /var/log/messages I could see " Out of memory: Kill process 22883 (java) score 897 or sacrifice child " 

Could someone assist me in fixing this issue?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Hi,

the processes in this AWS instance tried to consume more memory than available. Given, that a t2.small has 2 GB of RAM, this is rather small. For a developer system I would recommend to get something with 4G, and for production systems at least 8G (better 16G).

kind regards,
Jörg

2 replies

Employee
October 16, 2015

What are your start options for the jvm?

Are you using the start script or a custom command to start AEM?

How much memory does the instance have that your are running AEM on?

How much free memory do you have?

joerghoh
joerghohAccepted solution
Employee
October 16, 2015

Hi,

the processes in this AWS instance tried to consume more memory than available. Given, that a t2.small has 2 GB of RAM, this is rather small. For a developer system I would recommend to get something with 4G, and for production systems at least 8G (better 16G).

kind regards,
Jörg