| Divya Ganesan , this doesn't look like a bug but a configuration issue. Without more details on the job and the configuration it's hard to give a definite answer, but the error most probably means the heap size allocated to the agent running the build is not enough. You should start looking how much you need from outside Jenkins and adjust the heap of the node running the build accordindly. Note that you can set the Heap Size with `-Xmx`, not `-Xx`. |