When I try to run the Elasticsearch it says "Killed" and shows the following error.
Error Log
[2021-05-10T11:56:50.233+0000][15547][gc] Using Concurrent Mark Sweep
[2021-05-10T11:56:50.233+0000][15547][gc,heap,coops] Heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit
[2021-05-10T11:56:50.426+0000][15547][safepoint ] Entering safepoint region: EnableBiasedLocking
[2021-05-10T11:56:50.426+0000][15547][safepoint ] Leaving safepoint region
[2021-05-10T11:56:50.426+0000][15547][safepoint ] Total time for which application threads were stopped: 0.0000889 seconds, Stopping threads took: 0.0000465 seconds
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] Heap
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] par new generation total 76672K, used 4089K [0x00000000c0000000, 0x00000000c5330000, 0x00000000c5330000)
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] eden space 68160K, 6% used [0x00000000c0000000, 0x00000000c03fe7f0, 0x00000000c4290000)
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] from space 8512K, 0% used [0x00000000c4290000, 0x00000000c4290000, 0x00000000c4ae0000)
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] to space 8512K, 0% used [0x00000000c4ae0000, 0x00000000c4ae0000, 0x00000000c5330000)
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] concurrent mark-sweep generation total 963392K, used 0K [0x00000000c5330000, 0x0000000100000000, 0x0000000100000000)
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] Metaspace used 3143K, capacity 4480K, committed 4480K, reserved 1056768K
[2021-05-10T11:56:50.432+0000][15547][gc,heap,exit ] class space used 270K, capacity 384K, committed 384K, reserved 1048576K
[2021-05-10T11:56:50.432+0000][15547][safepoint ] Application time: 0.0043303 seconds
[2021-05-10T11:56:50.432+0000][15547][safepoint ] Entering safepoint region: Halt
- AWS t2.micro (bitnami LAMP)
~ java -version output is given below.
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1deb10u1)
OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1deb10u1, mixed mode, sharing)
Can someone please put me in the right direction. I am new to ElasticSearch.
Thanks