简体   繁体   English

嵌入式系统在Linux中可能使用的最低RAM使用量

[英]RAM USAGE at lowest level possible in linux for an embedded system

I am working on ARM processor based system which runs linux. 我正在运行Linux的基于ARM处理器的系统上工作。 I have an application running on it which is based on Qt. 我有一个基于Qt的应用程序正在运行。 This Qt application is linked with static library which is my main concern. 这个Qt应用程序与静态库链接,这是我主要关心的问题。 This Qt app invokes threads from this library. 这个Qt应用程序从该库中调用线程。

I want to know the RAM used by the threads which are invoked from the library. 我想知道从库调用的线程使用的RAM。 Please note that I want RAM usage from those invoked from this library alone not Qt. 请注意,我只希望从该库调用的内存中使用RAM,而不是Qt。

Thanks in advance! 提前致谢!

Regards, Rocky. 问候,洛基。

ps -m -o rss,vsz怎么ps -m -o rss,vsz

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM