Yeah. Wrapping sqlpackage.exe, I would get the above CLR error, and 
sometimes Out of Memory, and sometimes success. I'm specifically wrapping a 
32-bit sqlpackage.exe, but I don't know which "plugin" settings below 
ultimately applies to the process, which I start via Start-Process.

I'm having a long run of successes presently, so I think this last thing I 
tried may have been the fix. 

I raised memory per shell up to a few gigs, both on the top level, and in 
each plugin:

cd WSMan:\localhost\Shell


Set-Item .\MaxConcurrentUsers 25

Set-Item .\MaxMemoryPerShellMB 4096


cd WSMan:\localhost\Plugin\microsoft.powershell\Quotas


Set-Item .\MaxConcurrentCommandsPerShell 4096

Set-Item .\MaxConcurrentUsers 25

Set-Item .\MaxMemoryPerShellMB 4096


cd WSMan:\localhost\Plugin\microsoft.powershell32\Quotas


Set-Item .\MaxConcurrentCommandsPerShell 4096

Set-Item .\MaxConcurrentUsers 25

Set-Item .\MaxMemoryPerShellMB 4096


Restart-Service winrm

-Nik

On Tuesday, October 6, 2015 at 3:53:45 PM UTC-6, Trond Hindenes wrote:
>
> Nikolai, you're saying a sqlpackage job is giving you the same error?
>
> On Tuesday, October 6, 2015 at 9:43:52 PM UTC+2, Nikolai Shornikov wrote:
>>
>> Really want to know if you've found a workaround. This exact executable 
>> on a patched 2008R2 machine is giving me the same error.
>>
>> On Tuesday, September 29, 2015 at 7:56:23 AM UTC-6, Amir Luzon wrote:
>>>
>>> I am running a playbook on this machine an i am recieving the following 
>>> error:
>>>
>>> 2015-09-29 15:35:46,339 p=13487 u=deploy_rn |  failed: [some_host] => 
>>> (item=default) => {"failed": true, "item": "default", "parsed": false}
>>> 2015-09-29 15:35:46,341 p=13487 u=deploy_rn |  *Process is terminated 
>>> due to StackOverflowException.*
>>>
>>> i have searched about this issue and mainly found discussions regarding 
>>> installing a hotfix https://support.microsoft.com/en-us/kb/2842230 on 
>>> the machine.
>>>
>>> in my case this fix is not relavent since the server is 2012 R2 and 
>>> should have the hotfix already installed (either way i cannot install it on 
>>> that machine, tried but received error that it is not compatible version)
>>>
>>>
>>> I am not sure how to proceed i do not have any information besides that 
>>> error. another annoying fact is that this sometimes happens, sometimes does 
>>> not happen.
>>>
>>> Any ideas?
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/719a6629-3730-4d15-b0b4-d9a1c91b9944%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to