Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkstill committed Feb 13, 2020
1 parent aab964f commit 8ca3033
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Use the mem_verify.sh script to help verify and configure HugePages on Linux servers used for Oracle.

Example usage:
### Example usage:

```text
Expand Down Expand Up @@ -81,7 +81,7 @@ This script works by parsing the /proc/PID/smaps file

See `man proc` for details.

No HugePages usage by Oracle:
### No HugePages usage by Oracle:

```text
Expand All @@ -101,7 +101,7 @@ No HugeTables usage found
```

Some HugePages usage by Oracle
### Some HugePages usage by Oracle

```text
[root@rac19c01 tmp]# ./oracle-hugepages-usage.pl
Expand Down Expand Up @@ -131,6 +131,8 @@ AnonPages (should be 0): 0 kB
```

### No Oracle Processes

If there are no Oracle PMON processes, there will be no output:

```text
Expand Down

0 comments on commit 8ca3033

Please sign in to comment.