IBM Sterling Connect:Direct : Performance on AIX

From Wiki
Revision as of 11:36, 26 September 2022 by Ebasso (talk | contribs)

Check the current values of the network tuning parameters:

no -a | more


AIX file descriptors (ulimit)

Specifies the various restrictions on resource usage on the user account.

Check the change with the following command

# ulimit -a
...
open files                      (-n) 2000

Perform the following steps to change the open file limit to 10,000 files. Edit the /etc/security/limits file.

nofiles =  10000 
nofiles_hard = 10000

Save and close the file, logoff from the system, and logon again


Articles

  • [AIX:Erro "File too large" ao realizar scp de um arquivo para o AIX]

Ver também