2015-10-19 14:10:00
Topic starter
My studio does not have enough RAM to build the full RTVN stack. How do I increase the heap size?
Studio's Xmx size is controlled by the studio.jvm.mx property in install-staging/build.properties. The default for PLT 16.0 is:
studio.jvm.mx=1024
You can modify it for your instance by adding a new value in install-staging/local.properties:
studio.jvm.mx=1280
To apply this change, open ant_dos.bat and execute:
cd studio && ant clean build