I will give an example of the distribution of interrupt network interfaces on the processor cores.
For example, I’ll take a server with accel-ppp, 6Gb/s traffic, 500K + pps, nat with ipoe and 6000 dchp clients.
Also, be sure to disable hyper-threading in the BIOS, since load balancing on virtual cores can greatly increase the load on some physical cores.
Category Archives: Linux
Solving the Phabricator HTTP Error 500: Error 1: ** unknown exception encountered, please report by visiting
Once I installed Phabricator and running hg clone over https, I noticed the following error:
Continue reading “Solving the Phabricator HTTP Error 500: Error 1: ** unknown exception encountered, please report by visiting”Configuring Phabricator
Let’s say Phabricator is installed as I described in the article:
Install Phabricator on Ubuntu
Now let’s get started with the setup.
How to find out on which NUMA node network interfaces
I will give an example of viewing on which NUMA node the network interfaces are located in Linux.
Continue reading “How to find out on which NUMA node network interfaces”How to distinguish physical processor cores from virtual
I will give an example of how to distinguish between physical and virtual processor cores in Linux.
Continue reading “How to distinguish physical processor cores from virtual”Solution Git fatal: unable to access The requested URL returned error: 500
Once I installed Phabricator, and when running git clone I noticed an error:
Continue reading “Solution Git fatal: unable to access The requested URL returned error: 500”Backup Phabricator
In this article, I will give an example of Phabricator backup.
Continue reading “Backup Phabricator”How to upgrade Phabricator
In this article, I will give an example of a Phabricator update.
Continue reading “How to upgrade Phabricator”Manual installation of Mercurial (hg)
I will give an example of installing on Linux the latest version of Mercurial, downloaded from the official site.
Continue reading “Manual installation of Mercurial (hg)”Solution for the error “Python headers are required to build Mercurial but weren’t found”
I once installed Mercurial and noticed the following error:
Continue reading “Solution for the error “Python headers are required to build Mercurial but weren’t found””