we are currently running Ansible Tower 2.1

target is Windows Server 2012 with SP2 \ running WinRM 3.0

in a playbook i have the following task

    - name: string text togeter
      raw: cmd /c ant -buildfile deploy.xml stop-srvc1

i also tried:

    - name: string text togeter
      raw: ant -buildfile deploy.xml stop-srvc1

Initially, the ant command was included in a PowerShell script and my 
playbook tasks looked like:

    - name: string text togeter
      script: files/scripts/antScript.ps1

each run, we encountered the following error:
 Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
with stderr:
  Error occurred during initialization of VM
  Unable to allocate 32768KB bitmaps for parallel garbage collection for 
the requested 1048576KB heap.

I have increased the value for WinRM's MaxMemoryPerShellMB to 2048, which 
produced the same error. I later found that this property is being ignored 
by WinRM.

note: when "ant -buildfile deploy.xml stop-srvc1" is run locally at the 
Windows server, it is completed successfully.

please let me know if there is anything we can do at the Ansible side to 
reduce the amount of details being pushed to the target server along with 
the payload.

thanks

-- 
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/a044d6f3-a707-4e19-b9fa-f6712734f793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to