cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
943
Views
5
Helpful
3
Replies

Looking for the document that shows memory in UCCX 12.5

garry.engle
Level 1
Level 1

This has been surprisingly difficult to find. 

 

What is the java heap memory amount in UCCX 12.5? 

 

We're on 10 now, about to upgrade to 12, and hoping to leave our java heap memory errors behind by getting a bigger amount than 512MB. I figured something like that would be easy to find in UCCX 12.0/5 documentation, but no dice so far.

 

Thanks!

1 Accepted Solution

Accepted Solutions

Anthony Holloway
Cisco Employee
Cisco Employee

I'm not sure it's ever been published in a document, and I've only seen it in a defect back around the early 8x days.

 

A word of caution, if you are overrunning your heap today, it's likely that you will overrun any heap setting, as poor programming of your scripts will create a memory monster or worse a memory leak.  You should be able to do anything in UCCX you need to do on the current heap settings.  Anyway, just my $0.02 worth of opinion.

 

I do have access to a variety of versions, and it looks like they bumped to the ~750MB area around the 11.x timeframe and it's held steady since.

 

 

admin:show uccx version
 Active UCCX Version: 11.6.2.10000-38
 Inactive Version: 11.0.1.10000-75

 Command successful.
admin:show perf query counter "Unified CCX Engine JVM Heap" KBytesMemoryMax

 - Perf class Unified CCX Engine JVM Heap(KBytesMemoryMax) has values:
                    -> KBytesMemoryMax                = 773376

 

admin:show uccx version
 Active UCCX Version: 12.0.1.10000-24
 Inactive UCCX Version: NA

 Command successful.
admin:show perf query counter "Unified CCX Engine JVM Heap" KBytesMemoryMax

 - Perf class Unified CCX Engine JVM Heap(KBytesMemoryMax) has values:
                    -> KBytesMemoryMax                = 773376

 

admin:show uccx version
 Active UCCX Version: 12.5.1.10000-31
 Inactive UCCX Version: NA

 Command successful.
admin:show perf query counter "Unified CCX Engine JVM Heap" KBytesMemoryMax

 - Perf class Unified CCX Engine JVM Heap(KBytesMemoryMax) has values:
                    -> KBytesMemoryMax                = 773376

 

EDIT: A good free resource for exploring new version is https://devnetsandbox.cisco.com/

View solution in original post

3 Replies 3

Anthony Holloway
Cisco Employee
Cisco Employee

I'm not sure it's ever been published in a document, and I've only seen it in a defect back around the early 8x days.

 

A word of caution, if you are overrunning your heap today, it's likely that you will overrun any heap setting, as poor programming of your scripts will create a memory monster or worse a memory leak.  You should be able to do anything in UCCX you need to do on the current heap settings.  Anyway, just my $0.02 worth of opinion.

 

I do have access to a variety of versions, and it looks like they bumped to the ~750MB area around the 11.x timeframe and it's held steady since.

 

 

admin:show uccx version
 Active UCCX Version: 11.6.2.10000-38
 Inactive Version: 11.0.1.10000-75

 Command successful.
admin:show perf query counter "Unified CCX Engine JVM Heap" KBytesMemoryMax

 - Perf class Unified CCX Engine JVM Heap(KBytesMemoryMax) has values:
                    -> KBytesMemoryMax                = 773376

 

admin:show uccx version
 Active UCCX Version: 12.0.1.10000-24
 Inactive UCCX Version: NA

 Command successful.
admin:show perf query counter "Unified CCX Engine JVM Heap" KBytesMemoryMax

 - Perf class Unified CCX Engine JVM Heap(KBytesMemoryMax) has values:
                    -> KBytesMemoryMax                = 773376

 

admin:show uccx version
 Active UCCX Version: 12.5.1.10000-31
 Inactive UCCX Version: NA

 Command successful.
admin:show perf query counter "Unified CCX Engine JVM Heap" KBytesMemoryMax

 - Perf class Unified CCX Engine JVM Heap(KBytesMemoryMax) has values:
                    -> KBytesMemoryMax                = 773376

 

EDIT: A good free resource for exploring new version is https://devnetsandbox.cisco.com/

Excellent info. Thank you very much, Anthony.

 

Garry

You're welcome. By the way, Cisco used to publish a handy little reference for best practices when writing scripts, but it seems like it's fallen by the wayside. I'd like to see Cisco bring this back and modernize it. Or perhaps I'll just write one, however, it wont carry the same weight as an official document.

https://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/reference/guide/UCCX_Best_Practices.pdf

It looks like the page doesn't exist anymore and you'll need to use the cached version, which is a direct link here:

https://webcache.googleusercontent.com/search?q=cache:OPys6cdjxLgJ:https://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/reference/guide/UCCX_Best_Practices.pdf+&cd=1&hl=en&ct=clnk&gl=us

Or if that doesn't work, use the search results from below and click cached from there:

https://www.google.com/search?q=intitle%3A%28Cisco+Unified+CCX+Best+Practices+Guide%29