RAM is not being utilized


 
Thread Tools Search this Thread
Operating Systems Linux RAM is not being utilized
# 1  
Old 01-26-2009
RAM is not being utilized

Hi All,

I installed CentOs on my PC (it has 1 GB of RAM). I see that only 200MB of RAM is being utilized on average but its very slow. Please let me know how do I improve the performance. Is there a way to set the RAM utilization/usage on CentOS.

Thank you
# 2  
Old 01-26-2009
Take a look at:

/proc/sys/vm

Quote:
root@www:/proc/sys/vm# ls
block_dump laptop_mode nr_hugepages panic_on_oom
dirty_background_ratio legacy_va_layout nr_overcommit_hugepages percpu_pagelist_fraction
dirty_expire_centisecs lowmem_reserve_ratio nr_pdflush_threads stat_interval
dirty_ratio max_map_count numa_zonelist_order swappiness
dirty_writeback_centisecs min_free_kbytes oom_kill_allocating_task vfs_cache_pressure
drop_caches min_slab_ratio overcommit_memory zone_reclaim_mode
hugepages_treat_as_movable min_unmapped_ratio overcommit_ratio
hugetlb_shm_group mmap_min_addr page-cluster
Maybe you can check around on the net and see if you can tune thse parameters to help you?
# 3  
Old 01-26-2009
Quote:
Originally Posted by jayfriend
Hi All,

I installed CentOs on my PC (it has 1 GB of RAM). I see that only 200MB of RAM is being utilized on average but its very slow. Please let me know how do I improve the performance. Is there a way to set the RAM utilization/usage on CentOS.

Thank you
What do you mean "only 200 MB is being utiltized"? How are you determining that?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Want to update the RAM

hi, i m working on my ubuntu 12.10 i wanted to update my desktop's RAM. so kindly let me know how i get below details (thru commands in terminal) 1) what is the processor am using currently 2) what is the RAM am using currently 3) max how much i can upgrade my RAM (4 Replies)
Discussion started by: anandpasunoori
4 Replies

2. Solaris

Unable to find utilized disk space on zone server.

Hi, I am unable to find remaining space on solaris 10. below is output. I am facing this issue on zone server. bash-3.00# df -h / Filesystem size used avail capacity Mounted on / 59G 59G 0K 100% / bash-3.00# pwd / bash-3.00# du -sh * 1K File_Stores 19K TT_DB 9K app 1K bin... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

3. UNIX for Dummies Questions & Answers

Script to find Disk utilized processes.

I have written a script that triggers a mail if the server load average goes beyond a specific value. The mail contains following field Current Load average. Top 10 CPU utilized processes. ps -auxf | sort -nr -k 3 | head -10 Top 10 Memory Utilized processes. ps -auxf | sort -nr -k 4 | head... (1 Reply)
Discussion started by: pinga123
1 Replies

4. Red Hat

RAM Size

Can anyone let me know whether there is a command to know the RAM capacity in GB? I have tried cat /proc/meminfo and free.But its not in GB. I need to use it in script. Thanks and Regards (4 Replies)
Discussion started by: Rupaa
4 Replies

5. Linux

Ram Usage

Hi one of our applications that runs on our Linux server leaks memory resulting in Ram that was used by the program not being released back to the operating system once a file has been processed. the result is over a very short period virtual all the memory has been used. an example currently ... (8 Replies)
Discussion started by: treds
8 Replies

6. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

7. UNIX for Dummies Questions & Answers

how to know RAM size

Hi can anyone please help me, how to know RAM specification in unix? (4 Replies)
Discussion started by: palash2k
4 Replies

8. Solaris

solaris server resources utilized

Hi i have a requirement when i have to check the solaris 9 os resources utilised by the applications( Oracle, veritas cluster, veritas net backup ) what are the commands i should use or any utility to check the resources Regards (7 Replies)
Discussion started by: maooah
7 Replies

9. AIX

Know RAM and CPU

Dear How i can know the ( RAM and CPU ) on unix. we use AIX operating system. This is for security purposes. (10 Replies)
Discussion started by: abu_hassan
10 Replies

10. Solaris

Command for RAM

folks, hows everyone? just upgraded my laptop running on solaris 10 by adding some extra RAM. I did notice some improvement (increase in speed) but could not be certain the new RAM has been accepted and all is well (was concerned a bit as i almost broke it while installing :-)) and didnt get any... (4 Replies)
Discussion started by: alikun
4 Replies
Login or Register to Ask a Question