Database - RAC/Scalability (MOSC)

MOSC Banner

should background pages show up in swap when hugepages are enabled 12c

edited Dec 3, 2015 2:27PM in Database - RAC/Scalability (MOSC) 2 commentsAnswered ✓

need to execute the command below on an Oracle 12.1.0.2 EBS system using Redhat Linux with hugepages and tell me if you see background processes in swap
for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center