Troubled < Stage A < Installation < Viivi's Cell < Entrance
If an error message
Error occurred during initialization of VM
...(See below for the the following error message)...
was shown at the boot time,
you need to specify the memory assignments,
and to boot Viivi again.
What you need to do depends on the message following the first line:
In case of
"Too small initial heap for new size specified
",
you need to increase the memory capacity for Viivi.
In case of
"Could not reserve enough space for object heap
",
you need to decrease the memory capacity for Viivi.
You can provide command-line argument options
for the java
command
to assign the memory capacities to Viivi:
[Example]
$ java -Xss512m -Xms1024m -Xmx2048m -jar Viivi.jar -K⮠ for Unix-like platforms (sh system) ($ is the shell prompt)
% java -Xss512m -Xms1024m -Xmx2048m -jar Viivi.jar -K⮠ for Unix-like platforms (csh system) (%$ is the shell prompt)
> java -Xss512m -Xms1024m -Xmx2048m -jar Viivi.jar -K⮠ for Windows platforms (> is the cmd prompt)
The first three arguments provided for the
java
command represents the memory assignments
for the three different purposes:
-Xss512m assign 512MB to the JVM stack
-Xms1024m assign 1024MB to the minimum size of the JVM heap
-Xmx2048m assign 2048MB to the maximum size of the JVM heap
Please use these values as a reference
and adjust the memory capacities of the three arguments
to suit your environment,
in order to boot Viivi.
Troubled < Stage A < Installation < Viivi's Cell < Entrance
Exhibited on 2022/03/02
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.