
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2019 09:15 AM - edited 03-14-2019 06:44 PM
Hello,
Could you suggest what I can do to debug high heap memory usage?
I checked scripts, application logs and VM messages, but still can't find the reason.
Thank you.
Solved! Go to Solution.
- Labels:
-
UCCX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 08:41 AM
Hello!
Our problem was with the outbound contacts loader. It doesn't drop tcp session with sftp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019 08:25 AM - edited 01-24-2019 08:30 AM
This is certainly a complicated one.
How are your applications and scripts are defined? E.g., If you have 1 IVR for 200 stores, and they all use the same script, then did you create 200 apps, or 1 app with a wildcard trigger, and use the dialed number to set variables for the store? One takes up a lot of memory, the other does not.
Try making your script file sizes as small as possible, because even if you can't consolidate scripts and apps, you can at least make them smaller and leaner.
Check how you are using the variables in your scripts. E.g., Are you reading in large amounts of data from a database or XML document and then holding that information in memory for the duration of the call, or are you dumping it as soon as you're done with it?
EDIT: Removed the order of tasks, as it's not that important.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 08:41 AM
Hello!
Our problem was with the outbound contacts loader. It doesn't drop tcp session with sftp.
