• Get the Flash Player to see the slideshow.
  • Categories

  • Authors

  • Great Quotes

    Everything should be as simple as possible, but not simpler. — Albert Einstein

Get in touch...

To have a chat about
your CMS needs...

Call us 0207 193 2014
or
Email us on

How to tell virtual memory on Solaris

June 15th, 2009 by Gavin Colborne

Problem

You want to know how much Virtual Memory is available on your Solaris server.

Solution

You simply need to run the command “ulimit -a”.

This should output something like the below,  in this you can see the reference to the Virtual Memory.

core file size (blocks)     unlimited
data seg size (kbytes)      unlimited
file size (blocks)          unlimited
open files                  1024
pipe size (512 bytes)       10
stack size (kbytes)         8192
cpu time (seconds)          unlimited
max user processes          29995
virtual memory (kbytes)     unlimited

Leave a Reply

You must be logged in to post a comment.