EcoSys Application Requirements for UNIX/Linux - EcoSys - 9.0 - Installation & Upgrade - Hexagon PPM

EcoSys Installation

Language
English
Product
EcoSys
Search by Category
Installation & Upgrade
EcoSys Version
9.0

Java VM Parameters

  1. To support some graphics and reporting features, set the following JVM parameters.

    -Djava.awt.headless=true

WebLogic on Linux/Unix ulimit increase

The ulimit setting increases the number of file descriptors a user can open. The default is 1024, which might cause "too many open files" error when using EcoSys. There are two options for increasing the ulimit setting. Choose one from below:

  1. Add the following lines to /etc/security/limits.conf and reboot the server.

    * soft nofile 8192
    * hard nofile 8192

  2. Add ulimit –n 8192 to the start script of WebLogic.