LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   About 700mb ram in use when idle. Also, how to strip? (https://www.linuxquestions.org/questions/linux-from-scratch-13/about-700mb-ram-in-use-when-idle-also-how-to-strip-826579/)

dragos240 08-16-2010 01:14 PM

About 700mb ram in use when idle. Also, how to strip?
 
I'm not sure why, but at boot, my LFS distro is using about 700mb after being logged in. I'm not sure what to do.

On another note. How can I strip debugging symbols and other unnecessary things from my system? I'm making an LFS livecd, and I'm already using a lot of disk space. I'm going to delete my source directories and tarballs, and also my tools directory.

druuna 08-16-2010 01:31 PM

Hi,
Quote:

Originally Posted by dragos240 (Post 4068000)
I'm not sure why, but at boot, my LFS distro is using about 700mb after being logged in. I'm not sure what to do.

That could be correct, it all depends on what daemons and programs are running.

Quote:

On another note. How can I strip debugging symbols and other unnecessary things from my system? I'm making an LFS livecd, and I'm already using a lot of disk space. I'm going to delete my source directories and tarballs, and also my tools directory.
The end of chapter 6 has a chapter about debugging symbols and stripping.

Hope this helps.

dragos240 08-16-2010 08:01 PM

Quote:

Originally Posted by druuna (Post 4068014)
Hi,
That could be correct, it all depends on what daemons and programs are running.


The end of chapter 6 has a chapter about debugging symbols and stripping.

Hope this helps.

Is there a way I can print the output of top to a file so I can post it here? I just have: default daemons, hald, alsa.

I think that's it.

druuna 08-17-2010 12:59 AM

Hi,

To put the output of top into a file:

top -b -n2 > top.out

Look for the second entry and post those values.

Hope this helps.


All times are GMT -5. The time now is 01:00 PM.