TOCICI Forums
September 03, 2010, 08:25:45 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Discuss services, help fellow customers, request new features and talk directly with our engineers here.

TOCICI's primary communication vector is via support tickets, we'll check-out and respond to forum discussions as our busy schedule permits. For prompt support, please email support@tocici.com
 
   Home   Help Search Calendar Login Register  
Pages: [1] 2 3 ... 5
 1 
 on: August 19, 2010, 08:18:17 pm 
Started by erth64net - Last post by erth64net
Linux programs always reserve more memory than they typically need to use. This ensures that there is sufficient available memory for future use. In some cases (eg. java), the amount of reserved vs consumed RAM can be quite extreme. As a general rule of thumb, we recommend that you plan on reserving/allocating double what you'll expect tp use.

OpenVZ places quota limits on both the consumed and reserved/allocated memory your VPS is allowed. See /proc/user_beancounters for quota details:
  privvmpages =  allocation limit, also commonly referred to as the "burst" limit.
  vmguarpages = "guaranteed" memory allocation.

A key point is that except in very unusual circumstances you can temporarily exceed the guaranteed limit, but the burst limit will always be applied. So effectively, the real limitation on your usage of an OpenVZ VPS is the burst memory limit, not the guaranteed. A complicating factor is that when you use top or free, the numbers you see are allocated (burst) memory, not true usage - so generally you'll get a significant overestimate of memory used.

So in summary:
    * Ignore the guaranteed memory - it's pretty much meaningless. When selecting options, instead focus on keeping the burst memory limit at about twice the needed memory.
    * Don't believe the output of free -m. Instead go straight to /proc/user_beancounters for the real picture. Or even better, use this script (1st number is guaranteed memory in MB, 2nd is burst limit in MB):
Code:
for v in vmguarpages privvmpages;do expr `cat /proc/user_beancounters |grep $v |awk -F' ' '{print $4}'` / 256;done

 2 
 on: July 11, 2010, 07:47:14 am 
Started by bridonca - Last post by erth64net
I wish I was more of a linux expert, but sadly, I am a bit limited.  I am sure there are a lot of people like that.   I would love to have an off site asterisk/freepbx server in a location that has ample bandwidth, but I do not look forward to setting one up from scratch.  It would be nice to be able to pick a pre made image that can do such a thing.   Would that be doable?

Yes, we do offer this.

Although, are you comfortable applying regular software updates, and debugging typical configuration issues that often fall outside the scope of the software's UI? If so, then we'll happily provide you with assistance setting up your "DIY Managed VPS". Once setup, you would then be responsible for the critical recurring tasks of patch management and configuration/OS-level troubleshooting.

If you would prefer to delegate the tasks of patch/update management, as well as obtain prompt assistance addressing typical configuration issues, a managed VPS is your best choice. When ordering your VPS please select the "Managed VPS" option. Once your VPS has been setup, we'll email you to start discussing your goals.

 3 
 on: July 03, 2010, 07:27:50 am 
Started by bridonca - Last post by bridonca
I wish I was more of a linux expert, but sadly, I am a bit limited.  I am sure there are a lot of people like that.   I would love to have an off site asterisk/freepbx server in a location that has ample bandwidth, but I do not look forward to setting one up from scratch.  It would be nice to be able to pick a pre made image that can do such a thing.   Would that be doable?

 4 
 on: June 22, 2010, 05:11:01 am 
Started by bridonca - Last post by erth64net
I just want to try this out as cheap as I can to see it it suits my purposes.   If I have to pay for a year that is fine. 

We're currently re-vamping our service list; the low-end VPSes are not going away, please watch for updates over the next 24 hours.

 5 
 on: June 19, 2010, 02:29:29 am 
Started by bridonca - Last post by bridonca
I just want to try this out as cheap as I can to see it it suits my purposes.   If I have to pay for a year that is fine.  

 6 
 on: June 17, 2010, 06:23:58 pm 
Started by bridonca - Last post by erth64net
Hi,  the 16 meg vps has me intrigued, not as a server, but as a US proxy through SSH.  Is it OK to do?  My intention is to run things like Hulu and Comedy Central, and register a google voice connect.   This sounds like a good cheap way to do it.  Would there be a problem? 

Offhand, it does not sound like any of those activities would be in violation of our terms of service. For a more concrete answer, please review our terms of service at http://docs.tocici.com/tos

 7 
 on: June 17, 2010, 03:51:13 am 
Started by bridonca - Last post by bridonca
Hi,  the 16 meg vps has me intrigued, not as a server, but as a US proxy through SSH.  Is it OK to do?  My intention is to run things like Hulu and Comedy Central, and register a google voice connect.   This sounds like a good cheap way to do it.  Would there be a problem? 

 8 
 on: June 05, 2010, 10:48:49 pm 
Started by erth64net - Last post by erth64net
The very nature of using the Nginx accelerator changes the remote address of clients connecting to your VPS.

We use the industry-standard X-Forwarded-For HTTP header to convey the original IP address. With Apache, you just need to install mod_rpaf and configure it:
Code:
sudo apt-get install libapache2-mod-rpaf

To configure it, add the IP address of your Nginx accelerator to the RPAFproxy_ips line in its config file at /etc/apache2/mods-enabled/rpaf.conf. The IP of your Nginx accelerator is documented in your VPS setup email.

 9 
 on: June 05, 2010, 06:32:01 pm 
Started by Riolz - Last post by erth64net
Please send an email to support@tocici.com, we'll be able to assist you there.

 10 
 on: June 04, 2010, 05:26:06 pm 
Started by Riolz - Last post by Riolz
I just installed kloxo and noticed something wasn't right, I couldn't add default domain in the vps, it's probably because incomplete installation. How do I format my vps and re-install kloxo?

Pages: [1] 2 3 ... 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.061 seconds with 13 queries.