Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17
I have 1GB of RAM and ~512MB of swap! Have never used swap, except one time when File Roller when crazy and ate up all my RAM and a little ...
  1. #11
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    I have 1GB of RAM and ~512MB of swap! Have never used swap, except one time when File Roller when crazy and ate up all my RAM and a little of swap. In general, I just make my swap half the size of the RAM if it's more than 512MB of RAM, the same for over 256MB of RAM and twice for less. This is all, of course, on desktop system. My NFS server has 128MB of RAM and 128MB of swap, but it barely ever get over 60MB usage.
    "Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion

  2. #12
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,082
    I'm running with 512 MB swap, but none of it has ever been used, at least so far.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #13
    Linux User cheesecake42's Avatar
    Join Date
    Jan 2007
    Location
    Panama City, FL
    Posts
    364
    what code are you typing to see your swap/ram usage?

  4. #14
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,082
    I usually run the conky or gkrellm app to see it, but you can run the top command to see it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #15
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Quote Originally Posted by cheesecake42
    what code are you typing to see your swap/ram usage?
    You can use the free command -
    Code:
    free -m
                 total       used       free     shared    buffers     cached
    Mem:          1011        863        147          0         49        417
    -/+ buffers/cache:        396        614
    Swap:         1027          0       1027

  6. #16
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,142
    I used free
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #17
    Community Leader
    Join Date
    Apr 2007
    Posts
    911
    Hm, looks like 3GB. That must be what ubuntu sets, maybe.

    *has more physical RAM coming in the mail soon*

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •