In article <1cc0gqINN673@usenet.INS.CWRU.Edu> mal11@po.CWRU.Edu (Matthew A. Lewis) writes:No problem if you are running a relatively recent kernel: you should be able to use both a swap-partition (for good performance) and a swap-file (for the overflow that won't fit into the partition) at the same time. Just do: - create the swapfile (needs to be done only once): # dd if=/dev/zero of=swapfile bs=1024 count=8192 # mkswap swapfile 8192 - enable swapping (usually at bootup): # swapon /dev/hdXX # swapon swapfile Note that you had better enable the partition first - linux doesn't do any clever swap-space striping or similar, but instead uses up the swap-pages in the order they were installed. So enabling the partition first means that it gets "preferred status", which is generally what you want (as it's noticeably faster to swap to a partition). Linus
| Bart Van Assche | Re: Integration of SCST in the mainstream Linux kernel |
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Andrew Morton | Re: -mm merge plans for 2.6.23 -- sys_fallocate |
git: | |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
| David Miller | [GIT]: Networking |
| Radu Rendec | htb parallelism on multi-core platforms |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
