Tag Archives : memory

How about the memory limitations for linux?

How about the memory limitations for linux?

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
What data is cached by operation system

What data is cached by operation system

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 [...]
Clean up buffer and cached memory by defrag_mem

Clean up buffer and cached memory by defrag_mem

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     [...]
How do I set up hugepages in RHEL?

How do I set up hugepages in RHEL?

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
© 2006-2009 Admon Home. All rights reserved.