Cisco Cisco Unified Customer Voice Portal 10.0(1) Guía Para Resolver Problemas

Descargar
Página de 2
HKLM\SOFTWARE\Apache Software Foundation\Procrun2.0\VXMLServer\
Parameters\Java\Options
Add the "-XX:MaxPermSize=256M" registry key in order to increase the Virtual Memory
PermSpace.
2.
Windows 2008
Navigate to:
Start > Run > Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software
Foundation\Procrun2.0\VXMLServer\
Parameters\Java\Options
1.
Add the "-XX:MaxPermSize=256M" registry key in order to increase the Virtual Memory
PermSpace.
2.
Refer to the 
 Security
Advisory for more information.
Contact Developer Services
Beyond these fixes, VXML application debugs should be handled by the VXML application
developer because the Cisco Technical Assistance Center has limited resources to analyze the
application flow involved. If you have followed the procedure in this document and the source of
excessive memory usage cannot be found, contact 
 in order to review the
application.
Frequently Asked Questions
What is the best way to monitor VXML application memory consumption?
There are several tools available for this, such as VisualVM, JProfiler, and Yourkit. Any of the
profilers that assess VXML applications provide details into which data structures accumulate and
do not release memory, which eventually leads to an OutOfMemory condition.
How often is garbage collection kicked off on a (CVP)/VXML server?
When garbage collection runs depends on the system load. A general rule is that a high-load
system or a system with a small amount of memory encounters garbage collection often whereas
a low-volume system or one with a large amount of memory runs garbage collection less
frequently.
How does garbage collection decide what memory to reclaim from the applications?
This is assessed by the Java Virtual Machine (JVM). Any object becomes a candidate for garbage
collection once all references to it are discarded.