shstack
显示或者设置 Shell 任务堆栈大小。
格式
shstack
shstack new stack size
说明
[root@sylixos:/root]# help shstack
show or set sh stack size.
shstack [new stack size]
[root@sylixos:/root]#
此命令有 2 种用法:
- 无参数:显示默认的 Shell 任务堆栈大小。
- 参数 new stack size:用于设置之后启动的 Shell 任务的堆栈大小。
备注:
设置仅对之后启动的 Shell 有效。
样例
[root@sylixos_station:/root]# shstack
default shell stack: 32768
[root@sylixos_station:/root]# shstack 40000
default shell stack: 40000
[root@sylixos_station:/root]# shstack
default shell stack: 40000
[root@sylixos_station:/root]#