Results 1 to 1 of 1
-
14th Dec 2010, 01:25 AM #1OPBannedWebsite's:
KWWHunction.comHow to enable swap inside your VPS
A lot of people are asking about swap in an OpenVZ VPS.
Usually swap is not good but in some cases there are applications that need swap, or need at least to see swap available in order to run correctly.
In order to make your VPS believe it has a swap partition you can use the script below. We also recommend you to run the script at system startup also.
You need to remember that this will not actually be a real swap partition and should read the article, following the link at the bottom.
#!/bin/bash
SWAP="${1:-512}"
NEW="$[SWAP*1024]"; TEMP="${NEW//?/ }"; OLD="${TEMP:1}0"
umount /proc/meminfo 2> /dev/null
sed "/^Swap\(Total\|Free\):/s,$OLD,$NEW," /proc/meminfo > /etc/fake_meminfo
mount --bind /etc/fake_meminfo /proc/meminfo
The script was taken from: http://forum.openvz.org/index.php?t=msg&goto=27275&DLow Reviewed by DLow on . How to enable swap inside your VPS A lot of people are asking about swap in an OpenVZ VPS. Usually swap is not good but in some cases there are applications that need swap, or need at least to see swap available in order to run correctly. In order to make your VPS believe it has a swap partition you can use the script below. We also recommend you to run the script at system startup also. You need to remember that this will not actually be a real swap partition and should read the article, following the link at Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Google+ Post +1 swap
By joshmoore in forum Traffic Market (Buy, Sell and Trade)Replies: 0Last Post: 14th Feb 2012, 01:01 AM -
[PHP] Images Swap
By viruz99 in forum Web Application/Script SupportReplies: 6Last Post: 19th Jan 2012, 09:59 AM -
Hardlink Swap Meet
By The_Dirty_Merlin in forum Traffic Market (Buy, Sell and Trade)Replies: 0Last Post: 18th Jan 2012, 04:30 PM -
Swap File
By skinner in forum Hosting DiscussionReplies: 5Last Post: 11th Jan 2012, 10:46 PM -
Like my site & I'll like yours (Facebook swap)
By solarman in forum Community CooperativeReplies: 0Last Post: 17th Sep 2011, 02:40 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...