This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- Code Insight
- :
- Code Insight Knowledge Base
- :
- FlexNet Code Insight 2018 R3 cannot get updated openfile limits during installation on RedHat 7
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
FlexNet Code Insight 2018 R3 cannot get updated openfile limits during installation on RedHat 7
FlexNet Code Insight 2018 R3 cannot get updated openfile limits during installation on RedHat 7
Summary
This article documents bug reference SCA-11714Symptoms
FlexNet Code Insight says the ulimit is "4096" even if I have configured in the file and user's home profile to 65536./etc/security/limits.conf:
codeinsight hard nofile 65536
codeinsight soft nofile 65536
/home/codeinsight/.bash_profile:
ulimit -n 65536
Resolution
A bug for this issue has been reported under reference SCA-11714. Our Engineers have confirmed that there is a bug in the Linux installer which validates against Ulimit -u instead of Ulimit -n. They have stated that they are aiming to add a resolution to this issue to the 2018 R4 release which is currently scheduled for release on 30th November.
No ratings