forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: wanghuijuan738 <wanghuijuan738@huawei.com> Co-committed-by: wanghuijuan738 <wanghuijuan738@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 a BMS, 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
