On a RamNode OvZ:
	
	
	
		
Same thing on a BuyVM OvZ - /dev/null for swap.
 
Both these plans list vSwap and I don't think those providers are trying to cheat me
  I'm wondering how the container sees/uses swap?  
 
So if it's, say, a 512/512 plan, Is the container allocated 1024MB of RAM (half physical RAM, half disk)?
 
 
 
	
			
			
		Code:
	
	# free -m
             total       used       free     shared    buffers     cached
Mem:           512        374        137          0          0        350
-/+ buffers/cache:         23        488
Swap:          512          1        510
# swapon -s
Filename                                Type            Size    Used    Priority
/dev/null                               partition       524288  1116    -1
	Same thing on a BuyVM OvZ - /dev/null for swap.
Both these plans list vSwap and I don't think those providers are trying to cheat me
So if it's, say, a 512/512 plan, Is the container allocated 1024MB of RAM (half physical RAM, half disk)?
			
				Last edited by a moderator: