Attention developers! We fully support the usage of Git [1] on all
Shared, Reseller, VPS, and Dedicated servers.
For Shared and Reseller clients (with the exception of resold clients
under your Reseller package), you will need to fill out the SSH Access
Request [2] form before we can allow Git over SSH (we do not yet
support git:// on Shared/Reseller servers).
Once you do this, we will reply with the port information for access
to SSH, and the Git configuration you'll need to setup a re...
Load expresses how many processes are waiting in the queue to access
the computer processor. Of course, this is calculated for a certain
period of time and of course, the smaller the number, the better.
\N\NWHY IS MY SERVER LOAD HIGH?\N\N Likely another user is causing
high loads. Our technicians will be notified automatically in this
event and we will suspend that person and restore the server to a
normal load. If you are on a VPS, Hybri or Dedicated Server the server
load is likely related to...
What to do if you come across the Semaphores issues on servers:
You can add following lines in "/ETC/SYSCTL.CONF" to get this issue
fixed permanently. These values will increase the limits of Semaphores
on the Server.
kernel.msgmni = 1024
kernel.sem = 250 256000 32 1024
After you save "/ETC/SYSCTL.CONF" run "SYSCTL -P" to reload the
sysctl.conf file.
Linux supports many different file systems, but common choices for the
system disk include the ext* family. Our filesystem is ext3.