Azure / azurehpc

This repository provides easy automation scripts for building a HPC environment in Azure. It also includes examples to build e2e environment and run some of the key HPC benchmarks and applications.
MIT License
124 stars 66 forks source link

Deploy_cycle_slurm_ndv4(Set sunrpc kernel parameter tcp_max_slot_table_entries=128) #661

Closed garvct closed 2 years ago

garvct commented 2 years ago

For ANF it is recommended to set the sunrpc kernel parameter tcp_max_slot_table_entries=128, to match a similar parameter on the ANF server. When a client overwhelms the server network stacks ability to process a workload, the server responds by decreasing the window size for the connection (throttling).

Sets the sunrpc kernel parameter tcp_max_slot_table_entries=128