Solaris 9 中线程堆栈大小的动态更改?
我正在寻找 Solaris 9 上的可配置/可调参数,通过它我可以更改默认线程堆栈大小,而无需重新编译代码以使用“pthread_attr_setstacksize”,
例如在 HPUX 11.11 / 11.23 上,环境变量“PTHREAD_DEFAULT_STACK_SIZE”可以导出(可通过 HPUX 补丁 PHCO_38307 / PHCO_38955 获得) - 是否有等效的 Solaris 9 方法来实现相同的效果?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用内核参数
http://docs.oracle.com /cd/E19683-01/817-1759/6mhfh76gs/index.html
Use Kernel Parameters
http://docs.oracle.com/cd/E19683-01/817-1759/6mhfh76gs/index.html