All
lted
instances
are forks of the same process, sharing most of the physical memory
pages. Using
ps
and sum of RSS of all
lted
instances
could be misleading, since the same shared memory pages will be
counted several times. The correct way to analyze memory usage of
lted
processes
is using PSS (Proportional set size), which can be calculated by
smem
utility.