gpt4 book ai didi

shell - 同时启动应用程序池会导致与最大并发 shell 数有关的错误

转载 作者:行者123 更新时间:2023-12-02 23:44:33 26 4
gpt4 key购买 nike

我有一个Powershell脚本,可以异步运行以启动多个应用程序池。

但是,当我有一定数量的应用程序池要启动时,它将引发以下错误:

The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: [ServerX] Connecting to remote server XXX failed with the following error message : The WS-Management service cannot process the request. This user has exceeded the maximum number of concurrent shells allowed for this plugin. Close at least one open shell or raise the plugin quota for this user. For more information, see the about_Remote_Troubleshooting Help topic.



每个用户的最大 shell 数为10000。

似乎当appcmd运行时引擎盖下发生了更多事情,但不确定如何解决此问题

任何建议都很好

下面是winrs配置
Type            Name                           SourceOfValue   Value
---- ---- ------------- -----
System.String AllowRemoteShellAccess true
System.String IdleTimeout 7200000
System.String MaxConcurrentUsers 10
System.String MaxShellRunTime 2147483647
System.String MaxProcessesPerShell 25
System.String MaxMemoryPerShellMB 1024
System.String MaxShellsPerUser 10000

最佳答案

cd WSMan:\localhost\Shell
Set-Item .\MaxProcessesPerShell 10000

关于shell - 同时启动应用程序池会导致与最大并发 shell 数有关的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28942139/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com