We have this small embedded target(aarch64) with 32 MB of RAM where the kernel consumes 14420K: Memory: 22444K/36864K available (3584K kernel code, 698K rwdata, 936K rodata, 320K init, 255K bss, 14420K reserved, 0K cma-reserved) I want to track down were most of this RAM is consumed so I can trim away some MBs but I am having a hard time finding may way. Is there some tool/kernel config that can help me with that? Jocke