Posted by joseph on September 11, 2009 ·
As a system admin, you should aware of maximum amount of memory and CPU
that supported by Linux system. This is an essential task and you must
consider at least AMD and Intel platforms.
Intel x86
* Maximum CPUs: 32 (including logical CPUs)
* Maximum memory: 64GB
(function(d, s, id) {
var js, fjs [...]
Posted by joseph on September 8, 2009 ·
In a former post, we know that with the help of defrag_mem we can clean up buffers / cached memory to gain more real “free” memory. Defrag_mem works like common windows memory optimizer, it asks for as much memory as possible, and then free them all. This way is not suggested on productive [...]
Posted by joseph on September 8, 2009 ·
This command is very useful to free buffers when you face lack of memory issue. Free memory can be seen from the output of common linux command “free”:
[root@leaseweb ~]# free
total used free shared buffers cached
Mem: 1033972 [...]
Posted by joseph on November 11, 2008 ·
Hugepages can be allocated using the /proc/sys/vm/nr_hugepages entry, or by using the sysctl command. To view the current setting using the /proc entry:
# cat /proc/sys/vm/nr_hugepages
0
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); [...]