Facing memory leakage from the JVM process. And which leads to resource utilization and server hung. As workaorund have to restart the nimsoft service.
Release: DX UIM Version: 23.4
Component: NIS_Server: 23.4.4
Please add the following configuration to the nis_server probe.cfg file. This will limit the heap consumption by the probe to around 2GB.
<startup>
options = -Xms256m -Xmx2048m
</startup>