Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to now memory occupation

Altera_Forum
Honored Contributor II
1,165 Views

hi all, 

 

I know that my "kernel+file system" occupies about 4 Mo of flash, 

 

but I want also to know the RAM occupation of kernel. 

 

"ps" command under linux gives only memory occupation of applications. 

 

did any know how to measure the memory occupation of kernel. 

 

best regards http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
437 Views

<div class='quotetop'>QUOTE </div> 

--- Quote Start ---  

free[/b] 

--- Quote End ---  

 

should do what you want.
0 Kudos
Altera_Forum
Honored Contributor II
437 Views

 

--- Quote Start ---  

originally posted by lwbuss@May 25 2006, 07:24 AM 

<div class='quotetop'>quote  

--- quote end ---  

 

--- quote start ---  

free 

--- Quote End ---  

 

should do what you want. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15576)</div> 

[/b] 

--- Quote End ---  

 

 

Or cat /proc/meminfo
0 Kudos
Reply