Ionic framework - Could not reserve enough space for object heao

I am trying to build simple application wiht Ionic Framework. When I run:

ionic build android

I get this error:

[dx] Error occurred during initialization of VM
[dx] Could not reserve enough space for 2097152KB object heap

BUILD FAILED
C:\Users\Admin\android-sdks\tools\ant\build.xml:892: The following error occurre
d while executing this line:
C:\Users\Admin\android-sdks\tools\ant\build.xml:894: The following error occurre
d while executing this line:
C:\Users\Admin\android-sdks\tools\ant\build.xml:906: The following error occurre
d while executing this line:
C:\Users\Admin\android-sdks\tools\ant\build.xml:283: null returned: 1

Total time: 4 seconds

How can I fix this. (I am using Ionic 1.2.3, this hapend after ionic update)