On any modern system, applications donβt use physical memory directly. Instead, they use a virtual memory address model to make it easier to handle memory…
View More HUGE PAGES AND POSTGRESQLCategory: Linux
How to configure HugePages for Oracle Database Server
Hugepages and Large Pages If you run a Oracle Database on a Linux Server with more than 16 GB physical memory and your System Global…
View More How to configure HugePages for Oracle Database ServerHow to get Connected Two Virtual Machines In VirtualBox
If you ever need to run multiple OSes simultaneously, a virtual machine (VM) is one of your best options. It’s cost-effective, provides relatively good performance,…
View More How to get Connected Two Virtual Machines In VirtualBoxFind Top Running Processes by Memory and CPU Usage
1. top command The top command gives real-time information about the running processes as well as a summary of system information. It displays uptime, load averages, CPU…
View More Find Top Running Processes by Memory and CPU UsageHow to troubleshoot high memory usage in linux
There are situations where your server shows unintended behaviors like a slow response from websites, failures with services, inability to start applications, server crashes etc.…
View More How to troubleshoot high memory usage in linuxWhat is the usecase of dev shm
/dev/shm is a temporary file storage filesystem (see tmpfs) that uses RAM for the storage. It can function as shared memory that facilitates IPC. It is a…
View More What is the usecase of dev shmUnderstanding IOPS vs. throughput
Input/output operations per second (IOPS) and data throughput are two popular performance characteristics of any storage system. In the early days of computer technology, when…
View More Understanding IOPS vs. throughputMySQL login root without password in Linux
to add more users just add more user and password in ~/.my.cnf
View More MySQL login root without password in LinuxHow to Configure Virtual IP Address (VIP) on CentOS
As its name suggests, Virtual IP address (VIP) is an IP address that doesn’t have an actual physical network interface. Incoming packets are sent to…
View More How to Configure Virtual IP Address (VIP) on CentOSAdding postgres as SUDOERS in centos
Login as root: :wq!
View More Adding postgres as SUDOERS in centos