Solution
This behavior is expected when using NI Distributed System Manager, as it has a display limitation when reporting memory usage. To accurately monitor the actual memory usage on the PXI RT target, you can try the following alternative methods:
1) Using the Resource Monitor VI shipping example
In LabVIEW, navigate to: Help>>Find Examples>>Hardware Input and Output>>System Configuration>>Resource Monitor.vi
Open the VI, add your target IP address, and run it. The graph displays the available memory over time. If memory consumption increases, you will observe a corresponding decrease in available memory.
2) Using Secure Shell (SSH)
You can connect to the RT target using PuTTY (third-party Telnet/SSH client). Once connected, run the top command to monitor the available memory and overall system resource usage in real time.
You can refer to below Knowledge Base (KB) article:
How to Monitor a Task Consuming Too Much on a Linux Real Time Target?