Configuring Ant

The default setup of Ant might have an insufficient amount of memory available for running CLI scripts or configurations scripts from the TIBCO Configuration Tool. You can increase the value for your Windows or Linux system.

Confirm the value of ANT_OPTS before you execute scripts from the command prompt.
  • Windows Edit %USERPROFILE%\antrc_pre.bat and add following line:

    set ANT_OPTS=-Xmx1024m

  • UNIX Edit ~/.antrc and add the following line:

    export ANT_OPTS="-Xmx1024m"