Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After struggling with an attempt to raise the quota limit I realized that I needed to control the amount of input to the function anyway. Someone or something is going to pass more hosts than the quota allows, even if you raised it, or exceed the resources of your machine. The quotas are used to protect the local computer and/or the remote computer from excessive resource use, both accidental and malicious. This is a good thing (though I am still interested in finding out how to control the number).</p> <p>Per the about_Remote_Troubleshooting help to resolve the error: </p> <ol> <li>Change the remote command to comply with the quota. (Thanks Capt. Obvious)</li> <li>Or, determine the source of the quota, and then increase the quota to allow the command to complete.</li> </ol> <p>As for identifying the source of the quota it is still a mystery to me. I thought I was getting close when I found the configuration class for host provider processes _ProviderHostQuotaConfiguration. This class allows limits to be set on host process usage of system resources. The different properties available are:</p> <ul> <li>ThreadsPerHost: Defines the number of threads owned by any one host </li> <li>HandlesPerHost: Defines the number of kernel object handles each host may have </li> <li>ProcessLimitAllHosts: Defines the total number of host processes that can be executing concurrently </li> <li>MemoryPerHost: Defines the amount of private memory that can be held by each host </li> <li>MemoryAllHosts: Defines the combined amount of private memory (in bytes) that can be held by all hosts </li> </ul> <p>However after increasing the values I still received the same violation. If someone knows what specifically to change to raise the number of hosts that can be used against Test-Connection I'm sure the group would appreciate it.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload