当前位置:网站首页>The maximum number of Rac open file descriptors, and the processing of hard check failure
The maximum number of Rac open file descriptors, and the processing of hard check failure
2022-06-28 08:11:00 【Record】
RAC Occurs during installation ,“ Maximum number of open file descriptors ” Hard limit check for failed :
The solution is as follows :
[[email protected] ~]# vi /etc/security/limits.conf
– Add the following statement at the end
* soft nofile 65536
* hard nofile 65536
边栏推荐
- 软件测试与质量期末复习
- B_QuRT_User_Guide(27)
- B_ QuRT_ User_ Guide(28)
- B_QuRT_User_Guide(26)
- Configuring MySQL multi instance master-slave synchronization for Linux
- NLP sequence can completely simulate human brain intelligence
- Uvcgan: unt vision transformer cycle-consistent Gan for unpropared image-to-image translation
- Es data export CSV file
- asp. Net registration page
- ROS notes (09) - query and setting of parameters
猜你喜欢
随机推荐
图像翻译:UVCGAN: UNET VISION TRANSFORMER CYCLE-CONSISTENT GAN FOR UNPAIRED IMAGE-TO-IMAGE TRANSLATION
Study notes 22/1/10
Connaissez - vous le protocole TCP (2)?
HJ prime factor
Es data export CSV file
Devops foundation chapter Jenkins deployment (II)
How redis solves cache avalanche, breakdown and penetration problems
Study notes 22/1/17
MySQL installation and environment variable configuration
js运算符的优先级
Upgrade HDP spark to spark 2.4.8 without upgrading ambari
How to insert a single quotation mark into a table as a data type in Oracle pl/sql
sql主從複制搭建
Software design of power control board
ROS notes (09) - query and setting of parameters
Jacobian matrix J commonly used in slam
Three step problem of leetcode
Soft test -- software designer -- database design of afternoon questions
Airflow2 configuration windows azure SSO details based on oauth2 protocol
【js】-【节流、防抖函数】