forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: guoyanyan <guoyanyan3@huawei.com> Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
2.5 KiB
2.5 KiB
Setting the Maximum Number of Handles to 65535.
- Generally, the default upper limit of handles on a Linux server is 1024. To check it, run the following command:
[root@platservice6~]# ulimit -n
1024
- For BMSs, you need to change the value to 65535.
Run the vim command to edit the /etc/systemd/system.conf file as follows:
DefaultLimitNOFILE=65535
DefaultLimitNPROC=65535
Parent topic: Configuring the VM Environment