Administer > System configuration parameters > System performance parameters > Startup parameter: usealtsignalstack

Startup parameter: usealtsignalstack

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

usealtsignalstack

Description

By default, the Service Manager processes register the alternate signal handler to handle signals generated by the operating system. When usealtsignalstack is enabled, the processes handle stack overflow exceptions properly. The signal is delivered on an alternate stack, and the process has a chance to terminate the offending thread and continue to requests of other threads that exist on the process. Older Linux kernels may not honor the alternate signal stack. If you are running on older Linux kernels, disable this feature.

Note This parameter applies to UNIX only.

Valid if set from

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

1

Possible values

0 (Disabled)

1 (Enabled)

Example usage

Command line: sm -httpPort:13080 -usealtsignalstack:1

Initialization file: usealtsignalstack:1

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Client parameters for Windows clients