cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1437
Views
5
Helpful
4
Replies

CVP showing - java.lang.OutOfMemoryError error in CVP VXML server

rahgupta10
Level 1
Level 1

Hi Team,

I Am getting error in UCCE 10.5 CVP server 

03/03/2016 16:19:49.500, The error was: The element encountered an exception of type java.lang.OutOfMemoryError. The root cause was: java.lang.OutOfMemoryError: unable to create new native thread

Because of this CVP server going on hung state . Please help

Regards

Gupta Rahul

4 Replies 4

Chintan Gajjar
Level 8
Level 8

can you please attach the logs where all you see this error?

HI Chintan,

Please find error logs for the same. 

if any other CVP logs required Please let me know from which location I can get the same.

Regards

Gupta Rahul

To me it looks like the element Seller_SD (Custom Decision Element?) is causing memory leak and eating all your VXML servers native memory.

How many custom elements do you have running in your environment?

what is the value see you in below registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software 
Foundation\Procrun2.0\VXMLServer\Parameters\Java\Options

can you paste the key value for option here?

also, please attach recent tomcat logs covering the issue from C:\Cisco\CVP\VXMLServer\Tomcat

regards

Chintan

HI Chintan,

  We have several custom application deployed in our server (CVP 12.6.1), often getting memory leak and we need to restart the server to start processing.

Below are the values in the regedit

-XX:NewSize=1024m
-XX:MaxNewSize=1024m
-XX:Metaspacesize=512m
-XX:MaxMetaspacesize=512m

 

we dont have -XX:PermSize in the regedit, can we create this and also Could you please suggest, what is the maximum that we can set for below 6 values,

-XX:NewSize=?
-XX:MaxNewSize=?

-XX:Metaspacesize=?
-XX:MaxMetaspacesize=?

-XX:PermSize (not configured, can we configure )?

-XX:MaxPermSize (not configured, can we configure )?

Kindly help us.