After you start a vSphere Bitfusion server instance, vSphere Bitfusion creates and maintains servers.conf and bitfusion-limits.conf configuration files on the client virtual machines (VMs). The client VMs must be deployed on ESXi hosts that are part of the same vCenter Server environment as the vSphere Bitfusion server instance.
Servers Configuration File
vSphere Bitfusion creates a high-priority user-specific file in ~/.bitfusion/servers.conf. Alternatively, you can create a system file /etc/bitfusion/servers.conf, which vSphere Bitfusion uses with a lower priority than the user-specific file. You use the cat command to display a server list.
cat ~/.bitfusion/servers.conf
The servers configuration file lists the IPv4 addresses of all vSphere Bitfusion servers and ports that a vSphere Bitfusion client can access. The default port 56001 is not listed.172.31.51.20 172.31.51.26:56003 172.31.51.42 56003
Limits Configuration File
The following limits apply to members of the vSphere Bitfusion group. Any user of the vSphere Bitfusion client must be a member of the vSphere Bitfusion group.
- Maximum number of open files
@bitfusion soft nofile 100000 @bitfusion hard nofile 100000
- Unlimited locked-in-memory address space
@bitfusion soft memlock unlimited @bitfusion hard memlock unlimited
- Unlimited maximum resident set size
@bitfusion soft rss unlimited @bitfusion hard rss unlimited
If the resource limit for open files is too low, vSphere Bitfusion might receive a connection error: Cannot allocate memory error. To resolve this issue, set the open files limit to 4096 or higher by running the ulimit -n 4096 command.