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 "
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).
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).