NIS_Server high memory
search cancel

NIS_Server high memory

book

Article ID: 429118

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Facing memory leakage from the JVM process. And which leads to resource utilization and server hung. As workaorund have to restart the nimsoft service.  

Environment

Release: DX UIM Version: 23.4
Component: NIS_Server: 23.4.4

Resolution

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>