Java VM Parameters
-
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:
-
Add the following lines to /etc/security/limits.conf and reboot the server.
* soft nofile 8192
* hard nofile 8192 -
Add ulimit –n 8192 to the start script of WebLogic.