Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

RAM Size in Solaris Server

This is a discussion on RAM Size in Solaris Server within the Unix/Linux forums, part of the Operating Systems category; Where can we find the size of the RAM in the Solaris server?...

Go Back   Geeks Talk > Operating Systems > Unix/Linux
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 06-04-2006
Contributing Member
 
Join Date: May 2006
Posts: 76
Thanks: 0
Thanked 6 Times in 5 Posts
blenda is on a distinguished road
RAM Size in Solaris Server

Where can we find the size of the RAM in the Solaris server?
Reply With Quote
The Following User Says Thank You to blenda For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 06-05-2006
Junior Member
 
Join Date: May 2006
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nitinprakash is on a distinguished road
Re: RAM Size in Solaris Server

The command to find the Ram size in solaris is

#prtconf | grep Mem



Regards
Nitin. P
Reply With Quote
  #3 (permalink)  
Old 06-22-2006
Contributing Member
 
Join Date: May 2006
Posts: 79
Thanks: 0
Thanked 6 Times in 5 Posts
fred is on a distinguished road
Re: RAM Size in Solaris Server

Hi,
Some interesting facts about this topic is
Solaris is a virtual memory system. The total physical memory can be seen using prtconf. as said by user . Memory is allocated in units called pages, and you can use the pagesize command to know the number of bytes per page:

% /usr/bin/pagesize

Actually Physical memory usage can be classified into four groups:
Kernel memory mapped into kernel address space
Process memory is mapped into a process address space
Filesystem cache memory that is not mapped into any address space
Free memory that is not mapped into any address space

Let us see how to find the memory usage of each:

The simplest summary of kernel memory usage comes from sar.
% sar -k 1

Process memory consists of an address space divided into segments. The segments can be viewed using /usr/proc/bin/pmap on any system running Solaris 2.5 or later.

% /usr/proc/bin/pmap

File system has cache memory and this is the part of memory that is invisible.
The memps -m command lists the files that are cached in order
# memps -m | more

Free memory that is not mapped into any address space

Regards,
Fred
Reply With Quote
  #4 (permalink)  
Old 09-25-2008
Junior Member
 
Join Date: Jul 2008
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
harshasp is on a distinguished road
Re: RAM Size in Solaris Server

Thanks a lot Nitin.....This worked....to be very specific..it is

For SunSolaris

/usr/sbin/prtconf | grep Mem

O/P: Memory size: 12288 Megabytes

Last edited by harshasp; 09-25-2008 at 02:53 AM.
Reply With Quote
Reply

  Geeks Talk > Operating Systems > Unix/Linux

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
SCSA Solaris 9 Simulator Part I of II CX-310-014 admin Downloads 15 07-03-2009 08:30 AM
Solaris 9 SCSA Simulator, Part II admin Downloads 10 04-07-2008 05:45 AM
What are the New Application Frameworks in SQL Server 2005 admin Testing Issues 1 05-30-2006 07:07 PM
ADO.NET new Features in SQL Server 2005 admin Testing Issues 0 05-29-2006 07:05 PM
Explain about SMO in SQL Server 2005 admin Testing Issues 0 05-29-2006 06:56 PM


All times are GMT -4. The time now is 02:10 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved