Notifications
Clear all

[Solved] Studio runs out of memory when refreshing RTVN modules

1 Posts
1 Users
0 Reactions
1,116 Views
0
Topic starter

My studio does not have enough RAM to build the full RTVN stack. How do I increase the heap size?

1 Answer
0
Topic starter

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