Memory requirements for using the installver command are related to the size of the installed file set for the product. For the basic verification scenario, comparing an installed file set with the provided bill of materials might require a maximum heap size of 128 MB to 256 MB.
Before you begin
Install the product at the V6.0.2 level or later to install the installver command tool. After installing the command, you can increase the maximum heap size setting.
Why and when to perform this task
If you need more memory for either a product verification or a baseline checksum verification, increase the maximum heap size setting for your Java Virtual Machine (JVM) by including a setting in the installver command script.
Steps for this task
"$JAVA_HOME"/bin/java \to:
"$JAVA_HOME"/bin/java -Xmx256M \
"%JAVA_HOME%\bin\java" "-Dproduct.home=%WAS_HOME%"to:
"%JAVA_HOME%\bin\java" -Xmx256M "-Dproduct.home=%WAS_HOME%"
Result
After you change the setting, run the installver command to verify that it works correctly.What to do next
Go to Verifying the installver command to learn more about the installver command.
Related tasks
Changing the default message digest algorithm
Verifying the installver command
Verifying checksums of installed files