Size of swap partition during installation


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Size of swap partition during installation
# 1  
Old 08-20-2009
Size of swap partition during installation

Greetings. I've been into computers since the '80s, but this is my first attempt at Linux.

I'm installing Debian Lenny on a PIII 733 with 10GB hard drive and 512MB Ram. I intend to use the machine primarily as a development server, with things like mySQL, Apache, php, etc.

I don't really want to mess around with partitions first time through, so I went for the option of one big partition. It gave me 9.8 GB primary and 477.0 MB swap. I am a little concerned that the swap partition might be too small, I have seen it written elsewhere that a good rule of thumb is twice as much swap space as physical RAM.

So in your opinion do I have anything to worry about here, should I override the default swap size?
# 2  
Old 08-22-2009
My suggestion is to, let it go for couple of days.
1. If you found that your system seems slower .. check with the free -om or top and ensure whether the swap becomes an issue.

2. If there are no issue at all, check with the free -om and top, and monitor for the free space in cache. If most of the times swap is used almost full, then you can consider extending the swap size.

And as of now there is no need to do anything urgent, i believe. And as like you, am also expecting a good answer for this question.
# 3  
Old 08-22-2009
I've installed Debian Lenny on a 800mhz Duron with 160mb RAM and 500mb swap. With Enlightenment as the window manager using Firefox with several tabs open and running some other applications at the same time, RAM usage hardly ever touches 100mb and swap usage can be neglected (less than 10%). After boot with Enlightenment up and running, memory usage is under 40mb. Of course, if you start every daemon at boot and running several memory hungry applications (like firefox, open office, etc.) you may experience poor performance.
I don't know what kind of mySQL development you are planning to do, but my guess is that you should be ok for most development purposes. If your system is getting sluggish I suggest you get more RAM.

Hope this helps

Last edited by Leppie; 08-22-2009 at 08:00 PM..
# 4  
Old 08-22-2009
Quote:
Originally Posted by Leppie
I've installed Debian Lenny on a 800mhz Duron with 160mb RAM and 500mb swap. With Enlightenment as the window manager using Firefox with several tabs open and running some other applications at the same time, RAM usage hardly ever touches 100mb and swap usage can be neglected (less than 10%). After boot with Enlightenment up and running, memory usage is under 40mb. Of course, if you start every daemon at boot and running several memory hungry applications (like firefox, open office, etc.) you may experience poor performance.
I don't know what kind of mySQL development you are planning to do, but my guess is that you should be ok for most development purposes. If your system is getting sluggish I suggest you get more RAM.

Hope this helps
thanks to both of you. It sounds like I'll be ok, and this is just a dry run anyway. My development needs will be pretty lightweight. This machine is pretty much for learning, and that includes starting at ground0 with linux. I wouldn't be surprised if I end up repeating the install a time or two to deal with the fine points.

Now if I can only get my wireless working. I have no problem with learning the ins and outs of bash shell commands and editing my .bashrc and all that, but at the moment I'm out to lunch when it come to figuring out whether or not my hardware is working properly. All I know is, I had a wired connection going at the setup stage, cause I could connect to a mirror to download (using apt I guess) a desktop environment. After all these years, I'm a newb again. Smilie
# 5  
Old 08-22-2009
you could search this forum for the wireless card model number and ubuntu or debian. if you cannot find an appropriate solution, you can post your issue in the Linux/Ubuntu sub forum.

good luck

PS: unless the requirements for your development projects change drastically or you damage the system beyond repair with one of your projects, you should not have to reinstall the system (it's not windoze)

Last edited by Leppie; 08-22-2009 at 10:12 PM..
# 6  
Old 09-16-2009
not sure about Debian, but Red Hat used to follow this regarding swap at least around version 5 days.
  1. Systems with 4GB of ram or less require a minimum of 2GB of swap space
  2. Systems with 4GB to 16GB of ram require a minimum of 4GB of swap space
  3. Systems with 16GB to 64GB of ram require a minimum of 8GB of swap space
  4. Systems with 64GB to 256GB of ram require a minimum of 16GB of swap space
# 7  
Old 09-16-2009
The "twice as much swap as ram" rule of thumb comes from the good 'ol days when you never, ever had enough RAM and always burdened your system to the breaking point. The performance cost of waiting for swap is much higher than it used to be since CPU and RAM have sped up much faster than disk seeking; you'd need a RAID for multiple gigs of swap to be useful now. I never give more than a gig of swap for single-disk systems, usually just 512M.

That sounds like a good system to install Linux on. Smilie Old enough to be cheap, powerful enough to be useful. We used one for 3 years for everything you want plus file storage, DVD burning, and a hefty live database on top of that, often at the same time. A PIII can do a lot if you don't put Windows on it...

Last edited by Corona688; 09-16-2009 at 03:18 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

/tmp size is less whereas size allocated to swap is more

Hi, the /tmp size is less whereas the size allocated to swap is quite big. how to increase the size of /tmp - #: swap -l swapfile dev swaplo blocks free /dev/md/dsk/d20 85,20 8 273096 273096 #: swap -s total: 46875128k bytes allocated + 2347188k reserved =... (2 Replies)
Discussion started by: psb74
2 Replies

2. HP-UX

Could I mount a swap/dump partition on /tmp?

Hey Guys. Let show our disk-mapping structure on HP-UX B11.11 with df : # df /home (/dev/vg00/lvol5 ): 18979652 blocks 1224395 i /opt (/dev/vg00/lvol4 ): 120276192 blocks 1894100 i /var (/dev/vg00/lvol6 ): 19380328 blocks ... (3 Replies)
Discussion started by: aggadtech08
3 Replies

3. Filesystems, Disks and Memory

Partition 1 swap not mounting ?

Hi, running mount, I get the following, no part1 swap as part1 swap has been created and is listed below. System works fine anyway. As I cannot unmount part1, what is a standard procedure to make part1 on. Jack ============= .. $ free total used free shared buffers cached Mem:... (2 Replies)
Discussion started by: jack2
2 Replies

4. Solaris

swap partition showing mounted in df -h

Dear All Anyone can help me what is the problem of swap partition? swap partition is showing mounted in df -h command output. Regards prakash (1 Reply)
Discussion started by: pshelke
1 Replies

5. Linux

How to give UUID to a swap partition?

Dear Folks Is there anyway to give a UUID to a swap partition? mkswap on CentOS 5 (util-linux-2.13-0.45.el5_1.1) appears to override this option ;-( # swapoff -a # mkswap -L swap1 /dev/sda3 Setting up swapspace version 1, size = 4293591 kB LABEL=swap1, no uuid And there's no... (3 Replies)
Discussion started by: Santi
3 Replies

6. Linux

swap partition?

What does a swap partition do exactly? I was messing arround with a linux machine at my school and i deleted the swap partition using fdisk and then rebooted the machine and it worked fine and wrote a swap partition back in...lol. Is it a nessary part of the OS to use that partition? (7 Replies)
Discussion started by: byblyk
7 Replies

7. UNIX for Dummies Questions & Answers

Linux/Windows Fat32 Swap partition.

I run a dual boot WinXP/Red Hat 8 system on my laptop. Since my hard drive is inherently small(laptop) I am trying to creat a swap partition for keeping mutually used files such as music/video etc... I have created a 2.5GB Fat32 partition with Partition Magic Pro and have windows recognizing the... (2 Replies)
Discussion started by: djtrippin
2 Replies

8. UNIX for Dummies Questions & Answers

Size of swap

Hy all, i've a little problem with the size of the swap. I've an old solaris machine, with 4Go, and swap is taking 500Mo for only 1% used at any time. So : how can i change this size without problems ????? (ok it may be a stupid question, but it's a real problem when you lose about 1 or 2... (3 Replies)
Discussion started by: Olivier
3 Replies

9. UNIX for Dummies Questions & Answers

Linux Swap Partition

How big do I set the swap partition when i'm setting up my hard drive to install RedHat. (Using Partition Magic) thanks! primal (2 Replies)
Discussion started by: primal
2 Replies

10. UNIX for Dummies Questions & Answers

Swap Partition Space

first of all, sorry about my english...I´m a spanish newbie to this marvelous OS and i have just a couple of doubts...u know? :-) 1) how big should my swap partition be if i installed debian 2.2r3 or FreeBSD 4.x on a AMD k7 1400Mhz with 512Mb of Random Access Memory? i heard that those OS... (1 Reply)
Discussion started by: I[X]ION
1 Replies
Login or Register to Ask a Question