Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Xorg can reserve a lot of memory (that's what "virt" is.) It is actually using 104m in your setup. It's not exactly a lightweight application. But one thing that you have to realize is that Xorg's virtual and application memory figures also include the dependency libraries of Xorg too. Also, Linux likes to fill up the RAM with caches and buffers as it's a lot faster to read data from RAM than from a hard drive. A HDD will give you 30-60 MB/sec, while a modern computer's RAM will throughput 4.5-8 GB/sec.
Here's my Xorg setting from top:
17486 root 15 0 478m 406m 6504 S 2 20.2 42:46.95 X
I have even more virtual memory being reserved by X, and four times the actual application memory being used by X- over 400 MB. (I have a multihead setup that makes X use a lot of RAM.) One thing that you can do is to run the command "free -mt" to see how much actual RAM is being used by applications and is not just being buffered.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.