Stack Overflow Error when starting Indexserver
When a HANA system is restarted, it will try to process the in-doubt transactions. During such processing, the stack size of the Index Server may not be sufficient and the service fails with the error:
STACK OVERFLOW: SIGNAL 11 (SIGSEGV) caught
To fix this error, you have to increase the stack size by editing indexserver.ini file:
[threads]
default_stack_size_kb = 2048
worker_stack_size_kb = 2048
Repeat the restart after adjusting the values.
STACK OVERFLOW: SIGNAL 11 (SIGSEGV) caught
To fix this error, you have to increase the stack size by editing indexserver.ini file:
[threads]
default_stack_size_kb = 2048
worker_stack_size_kb = 2048
Repeat the restart after adjusting the values.
Comments
Post a Comment