Description
Logstash information:
Please include the following information:
-
Logstash version (e.g.
bin/logstash --version
)
8.17.2
-
Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from tar or zip archive, docker)Extracted from zip
-
How is Logstash being run (e.g. as a service/service manager: systemd, upstart, etc. Via command line, docker/kubernetes)Plugins installed: (
bin/logstash-plugin list --verbose
)
JVM (e.g.java -version
):
Run from the command line
OS version (uname -a
if on a Unix-like system):
Windows Server 2022 Datacenter
Description of the problem including expected versus actual behavior:
pqcheck.bat fails to start and run the pq check utility
Steps to reproduce:
Please include a minimal but complete recreation of the problem,
including (e.g.) pipeline definition(s), settings, locale, etc. The easier
you make for us to reproduce it, the more likely that somebody will take the
time to look at it.
- Install Logstash
- Run
bin/pqcheck.bat C:\logstash\data
- pqcheck fails to start, throwing an "Invalid Initial Heap size" error
Provide logs (if relevant):
"Using bundled JDK: C:\Program Files\elastic\logstash-8.17.2\jdk\bin\java.exe"
Invalid initial heap size: -Xms1g -Xmx1g -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.compile.invokedynamic=true -XX:+HeapDumpOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom -Dlog4j2.isThreadContextMapInheritable=true -Dlogstash.jackson.stream-read-constraints.max-string-length=200000000 -Dlogstash.jackson.stream-read-constraints.max-number-length=10000 -Djruby.regexp.interruptible=true -Djdk.io.File.enableADS=true --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.nio.channels=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED -Dio.netty.allocator.maxOrder=11
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.