How can I increase performance for RTC client?
2 answers
There are many RTC clients...
For the RTC Eclipse client, a popular setting is to edit the file at <install>/client/eclipse/eclipse.ini and bump the -Xmx value to -Xmx1024m . This is useful if you compile large projects and is more of an eclipse trick than RTC specific.
For the RTC Command Line Interface client, you usually want to use lscm instead of scm to execute commands.
I haven't tried the Waddiwasi flag :-)
For the RTC Eclipse client, a popular setting is to edit the file at <install>/client/eclipse/eclipse.ini and bump the -Xmx value to -Xmx1024m . This is useful if you compile large projects and is more of an eclipse trick than RTC specific.
For the RTC Command Line Interface client, you usually want to use lscm instead of scm to execute commands.
I haven't tried the Waddiwasi flag :-)