1

I am looking for a configurable / tunable on Solaris 9 through which I can change the default thread stack size without recompiling the code to use "pthread_attr_setstacksize"

For example on HPUX 11.11 / 11.23 the environment variable "PTHREAD_DEFAULT_STACK_SIZE" can be exported (available via HPUX patches PHCO_38307 / PHCO_38955 ) - Is there a equivalent Solaris 9 way to achieve the same ?

j0k
  • 22,600
  • 28
  • 79
  • 90

1 Answers1

1

Use Kernel Parameters

http://docs.oracle.com/cd/E19683-01/817-1759/6mhfh76gs/index.html

alanc
  • 4,102
  • 21
  • 24
joe
  • 34,529
  • 29
  • 100
  • 137