Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Configuration for MicroStrategy
  9. Access Control
  10. Logs
  11. High Availability
  12. Server Control
  13. Performance Tuning
  14. Troubleshooting
  15. Appendix A: Database Keywords

Administrator Guide

Administrator Guide

User Stack Limit

User Stack Limit

High user stack limits cause high CPU consumption and connection refusal.
Set the user stack limit, or ulimit, to 1,024 kilobytes to ensure that system can create threads. To view the user stack limit, enter
#ulimit -s
in the command shell. The system returns the value in kilobytes.

Calculating the User Stack Limit

An insufficient number of available threads cause high CPU load and client request delays. Before you change the user stack limit, verify the minimum number of required threads necessary for the system.
Use the following formula to calculate the minimum number of threads:
<number of concurrent sessions> x 10

Insufficient Thread Error

The following error appears in server.log if the number of open files is insufficient:
12/16 13:24:51,597 [dnr-1] WARN - Service dnr.createClientPeer: received IOException while listening: java.io.IOException: Too many open files

0 COMMENTS

We’d like to hear from you!