« Back to General Discussion - All Versions

RE: New Message from Phani Venigalla in Customer Voice Portal (CVP) - Gener

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi, I am trying to import the Java project on call studio 9, which was developed in call studio 7.0.   I was able to successfully import the project and deployed it on the VXML server with no issues. But when I am trying to do any changes in the java project or when I am trying to open any java file or multiple java files or do a build, the out of memory error message appears which asks me to close the workbench and sometimes the call studio closes automatically.     Attached Error Screen Shot. Please let me know what could be the issue. Thanks, Phani.
Attachments:

>>>>the out of memory error message appears which asks me to close the workbench and sometimes the call studio closes

You can change the defaults so that Studio has more memory.

Edit C:\Cisco\CallStudio\eclipse\eclipse.ini with a decent editor like GVIM or NOTEPAD++ and have something like the following on separate lines

-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m

Regards,
Geoff

Hi Geoff,

How can we use ActionElementData class from static main method?

Sent from my iPhone

On Jan 15, 2013, at 5:21 PM, Cisco Developer Community Forums <cdicuser@developer.cisco.com> wrote:

> GEOFFREY THOMPSON has created a new message in the forum "General Discussion - All Versions": -------------------------------------------------------------- >>>>the out of memory error message appears which asks me to close the workbench and sometimes the call studio closes
>
> You can change the defaults so that Studio has more memory.
>
> Edit C:\Cisco\CallStudio\eclipse\eclipse.ini with a decent editor like GVIM or NOTEPAD++ and have something like the following on separate lines
>
> -vmargs
> -Xms128m
> -Xmx512m
> -XX:MaxPermSize=128m
>
> Regards,
> Geoff
> --
> To respond to this post, please click the following link: http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/10712744 or simply reply to this email.