Hi,
I installed elasticsearch 7.5.1 on windows 10 using msi installer and it does not start when i test using localhost:9200.
log file has this error:
Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010)
Memory: 4k page, physical 16484100k(9020924k free), swap 25921284k(15882124k free)
CommandLine flags: -XX:CMSInitiatingOccupancyFraction=75 -XX:ErrorFile=logs/hs_err_pid%p.log -XX:GCLogFileSize=67108864 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=data -XX:InitialHeapSize=2147483648 -XX:MaxHeapSize=2147483648 -XX:MaxNewSize=715829248 -XX:MaxTenuringThreshold=6 -XX:NewSize=715829248 -XX:NumberOfGCLogFiles=32 -XX:OldPLABSize=16 -XX:OldSize=1431654400 -XX:+PrintFlagsFinal -XX:+PrintGC -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+UseCMSInitiatingOccupancyOnly -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseGCLogFileRotation -XX:-UseLargePagesIndividualAllocation -XX:+UseParNewGC
Heap
par new generation total 629120K, used 22369K [0x0000000080000000, 0x00000000aaaa0000, 0x00000000aaaa0000)
eden space 559232K, 4% used [0x0000000080000000, 0x00000000815d8698, 0x00000000a2220000)
from space 69888K, 0% used [0x00000000a2220000, 0x00000000a2220000, 0x00000000a6660000)
to space 69888K, 0% used [0x00000000a6660000, 0x00000000a6660000, 0x00000000aaaa0000)
concurrent mark-sweep generation total 1398144K, used 0K [0x00000000aaaa0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 2178K, capacity 4480K, committed 4480K, reserved 1056768K
class space used 245K, capacity 384K, committed 384K, reserved 1048576K
What to do to resolve this issue?