-
Bug
-
Resolution: Cannot Reproduce
-
Undefined
-
rhel-7.6
-
None
-
None
-
rhel-sst-high-availability
-
ssg_filesystems_storage_and_HA
-
None
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
Unspecified
-
None
Description of problem:
From "ps" output:
~~~
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
~11.89 Gb VV
root 1416 0.6 76.6 12529176 12475996 ? SLs Jan03 2212:18 /usr/bin/spausedd -D
~~~
From /proc/<pid>/maps for spaused:
~~~
$ gawk --non-decimal-data '
' spausedd-maps.txt
16 kb r-xp 00000000 fd:00 8502902 /usr/bin/spausedd
4 kb r--p 00003000 fd:00 8502902 /usr/bin/spausedd
4 kb rw-p 00004000 fd:00 8502902 /usr/bin/spausedd
132 kb rw-p 00000000 00:00 0 [heap]
12300984 kb rw-p 00000000 00:00 0 [heap] <--- ~11.7 Gb of heap
~~~
It is unclear at this time how to reproduce this issue, or under what circumstances this issue occurs.
Version-Release number of selected component (if applicable):
- kernel-3.10.0-957.54.1.el7.x86_64
- spausedd-2.4.5-7.el7_9.1.x86_64
How reproducible:
Not Known
Additional info:
This seems like a possible memory leak so valgrind could be helpful here. Looking for further recommendations for data collection or next steps.