Symptom
The process linux_iosd should be leaking memory.
Conditions
We can identify this memory leak following this steps:
Over several iterations of the command - show process memory platform sorted - t he process linux_iosd increments.
Since the process linux_iosd increments, the command - show process memory sorted - is used to know more about IOSd process' memory. But no increment will be seen in this output.
The command that will show an increment over several repetitions is the following one - show proc mem platform detailed name iosd smaps - which will show an increment in the following section:
< 8c80000000-8cd3731000 rw-s 00000000 00:28 82115 /tmp/rp/tdldb/0/IOS_PRIV_OPER_DB
< Rss: 1362408 kB
---
> 8c80000000-8cfb031000 rw-s 00000000 00:28 82115 /tmp/rp/tdldb/0/IOS_PRIV_OPER_DB
> Rss: 2010660 kB
With this information, this bug can be identified.