EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics
  3. KB10542: “Maximum number of open files 256 is low; please increase to 1000 or greater.” warning message appears when starting MicroStrategy Intelligence Server Universal on Solaris.

KB10542: “Maximum number of open files 256 is low; please increase to 1000 or greater.” warning message appears when starting MicroStrategy Intelligence Server Universal on Solaris.


Stefan Zepeda

Salesforce Solutions Architect • Strategy


The following knowledge base article discusses the warning " maximum number of open files x is low; please increase to 1000 or greater" when starting the Intelligence Server on Solaris. A solution is provided.

SYMPTOM:
When starting Strategy Intelligence Server Universal on Solaris, the following warning may appear on the standard output and in the DSSErrors.log:
 
 


mstrexec-iserver: WARNING: maximum number of open files 256 is low; please increase to 1000 or greater.

 
CAUSE:
In Solaris, every process is subjected to a System Kernel Parameter that defines the maximum number of files that it can have open. "rlim_fd_cur" specifies the “soft” limit on file descriptors that a single process can have open. A process might adjust its file descriptor limit to any value up to the “hard” limit defined instead by rlim_fd_max.
 
ACTION:
In order to increase “hard” and “soft” limits on file descriptors it is necessary to directly edit the root /etc/system file by adding the following lines:
 
1.  Set hard limit on file descriptors

  1. 
    set rlim_fd_max = 4096

  2. Set soft limit on file descriptors
  3. 
    set rlim_fd_cur = 1024
    

Note: This hard limit can be verified by using the following command:


ulimit -a -H

 
 
Third Party Software Installation WARNING:
The third-party product(s) discussed in this technical note is manufactured by vendors independent of Strategy. Strategy makes no warranty, express, implied or otherwise, regarding this product, including its performance or reliability.


Comment

0 comments

Details

Knowledge Article

Published:

June 12, 2023

Last Updated:

January 31, 2024