On the Linux platform, max async i/os per engine controls the number of asynchronous IOs reserved from the operating system.
In threaded mode, SAP ASE reserves the value for max async i/os per engine for the engine server. In process mode, SAP ASE reserves the value for max async i/os per engine for each engine. For example, if you set max async i/os per engine to 4096 and there are 4 engines, in threaded mode SAP ASE reserves 4096 I/Os, but in process mode SAP ASE reserves 16384 I/Os.
Your system may benefit from using a number greater than the default value.
You can use sp_sysmon to help tune max async i/os per engine. sp_sysmon’s disk i/o section contains information about the maximum number of outstanding IOs for each engine during the sample period and the number of I/Os that were delayed because of engine or operating system limits. Generally, any I/Os delayed by engine limits indicate that you should increase the value of max async i/os per engine.
00:00000:00001:2006/12/15 11:47:17.98 kernel Virtual device '/dev/shm/tempdb.dat' does not support kernel asynchronous i/o. Synchronous i/o will be used for this device.