Hello All,
I am trying to install BI4.1 SP07 and it failed at the 100% point (Uncaching Deployment Units..) during the installation process.
Some info:
- Its VM with no other applications
- OS: RH Linux 2.6.32-358.el6.x86_64 x86_64
- Memory: 32 GB
- Using Oracle DB for CMS and audit
- Using bundled Tomcat
- All the prerequisites were met
- Did the Full installation
The first error file (in ../InstallData/logs/) had this..
There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create GC thread. Out of system resources.
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (gcTaskThread.cpp:49), pid=13265, tid=139912135927552
#
# JRE version: (6.0_75-b13) (build )...
A quick memory check got me this...
total used free shared buffers cached
32109 31858 251 0 364 26002
I am not sure what my next step is and hence seeking help.
Try to uninstall BI4.1 (in Linux)? How can I manage the memory?
Thanks for your time!