Java Proxy - jproxy service consume large memory on LVDA 1912 or 2203

Java Proxy - jproxy service consume large memory on LVDA 1912 or 2203

book

Article ID: CTX463846

calendar_today

Updated On:

Description

The memory usage of ctxjproxy service seems very high if the LVDA long time noreboot. 
Command line: ps -o pid,user,%mem,command ax | sort -b -k3 -r
image.png

Resolution

Upgrade to LVDA 2206 or 2203CU1.

Workaround:
Check the memory that the ctxjproxy service consumed by using "service ctxjproxy status".
image.pngIf it is high, using "sudo systemctl restart ctxjproxy" to restart ctxjproxy service and release memory.

Problem Cause

Known issue.
The cxf connection objects created for every call to DDC, but it is not released after the call, causing consume more and more memory.

Issue/Introduction

The cxf connection objects created for every call to DDC, but it is not released after the call, causing consume more and more memory.

Additional Information

https://issues.citrite.net/browse/LNXVDA-11898