Results 1 to 6 of 6
-
10th Jan 2012, 11:30 PM #1OPMemberWebsite's:
satiq.netSwap File
Hi,
I'd like to know if it's possible to make one file in VPS and make it works like a swap partition..
It works on my pc, but I don't know if it works on vps..
Thanksskinner Reviewed by skinner on . Swap File Hi, I'd like to know if it's possible to make one file in VPS and make it works like a swap partition.. It works on my pc, but I don't know if it works on vps.. Thanks Rating: 5
-
10th Jan 2012, 11:32 PM #2BannedWebsite's:
xsl.tel xsltel.comit will work on XEN/KVM based VPS.
but OpenVZ VPS unfortunately most providers don't allow that because it will use Hardware Node space.
Highest Regards
Mohammed H
-
10th Jan 2012, 11:47 PM #3BannedWebsite's:
KWWHunction.comHow ever if a script needs to read swap you can add it in OpenVZ
Most hosts don't like to offer swap because of the load it generates on the SANs, I/O from alot of random reads and writes.
If swap is something you really need you can create a swap file, adjust to following to suit your needs:
1) Create a file to use as swap:
-this command will create 1GB file
dd if=/dev/zero of=/swapper bs=1M count=1024
2) Create a swap are in the file:
mkswap /swapper
3) Turn the swap on:
swapon /swapper
4) To make the swap area persistent on reboot add the following line to /etc/fstab:
/swapper swap swap defaults 0 0
5) Run:
free -m
You should now see your available swap space.
-
11th Jan 2012, 10:07 AM #4OPMemberWebsite's:
satiq.netI've read that in some case VPS doesn't boot with swap file.. is it true?
-
11th Jan 2012, 04:24 PM #5Member
You can't do swap on OpenVZ. The newest OVZ .32 kernel supports vSwap(where "v" stands for virtual) though but that kernel isn't stable at this time, despite what their official site says. vSwap simply isn't ready yet. Order a VPS on .32 with vSwap enabled and experience the crashes
KnownSRV.com - Quality comes at a price, and we provide it at affordable prices.
PayPal, Skrill(MoneyBookers), Payza(AlertPay), 2CheckOut and LibertyReserve accepted!
-
11th Jan 2012, 10:46 PM #6OPMemberWebsite's:
satiq.netOk, I understand
I'm just curious...
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 between Alertpay and Paypal
By puharta in forum Community CooperativeReplies: 4Last Post: 5th Mar 2011, 11:12 AM -
How to enable swap inside your VPS
By DLow in forum Technical and Security TutorialsReplies: 0Last Post: 14th Dec 2010, 01:25 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...