Hi ELK Users,
I am wondering if anyone has come across this issue when running logstash
PS C:\Program Files\ELK\logstash-7.13.1\bin> .\logstash.bat -f C:\Program Files\ELK\logstash-7.13.1\config\logstash-test-std.conf
Using JAVA_HOME defined java: C:\Program Files\Java\jdk-14.0.1
WARNING, using JAVA_HOME while Logstash distribution comes with a bundled JDK
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c0000000, 1073741824, 0) failed; error='The paging file is too small for this operation to complete' (DOS error/errno=1455)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 1073741824 bytes for Failed to commit area from 0x00000000c0000000 to 0x0000000100000000 of length 1073741824.
# An error report file with more information is saved as:
I haven't worked with Java before. Was wondering is someone has some suggestions for me to work around this issue.
Thanks