Coder Social home page Coder Social logo

Comments (7)

dfhawthorne avatar dfhawthorne commented on July 22, 2024

Alert log shows no huge page allocation on instance startup:

**********************************************************************
Dump of system resources acquired for SHARED GLOBAL AREA (SGA)
 Per process system memlock (soft) limit = 128G
 Expected per process system memlock (soft) limit to lock
 SHARED GLOBAL AREA (SGA) into memory: 1472M
 Available system pagesizes:
  4K, 2048K
 Supported system pagesize(s):
  PAGESIZE  AVAILABLE_PAGES  EXPECTED_PAGES  ALLOCATED_PAGES  ERROR(s)
        4K       Configured          376835          376835        NONE
 Reason for not supporting certain system pagesizes:
  2048K - Dynamic allocate and free memory regions
**********************************************************************

Huge pages are allocated but not used:

oracle@padstow ~]$ grep -i huge /proc/meminfo 
HugePages_Total:     757
HugePages_Free:      757
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB

from ansible-ocm12c.

dfhawthorne avatar dfhawthorne commented on July 22, 2024

According to My Oracle Support document ("HugePages on Oracle Linux 64-bit (Doc ID 361468.1)"), I need to do a reboot after setting the Huge Pages in the system parameters.

from ansible-ocm12c.

dfhawthorne avatar dfhawthorne commented on July 22, 2024

Creation of JAR on PADSTOW took ten (10) hours.

from ansible-ocm12c.

dfhawthorne avatar dfhawthorne commented on July 22, 2024

Silly mistake! The reason that Huge Pages are not being used is because:

  memory_target            = 1472M

from ansible-ocm12c.

dfhawthorne avatar dfhawthorne commented on July 22, 2024

Changed initialisation parameters (initjar.ora) through commit 2186385

from ansible-ocm12c.

dfhawthorne avatar dfhawthorne commented on July 22, 2024

Creation of JAR database now takes seven (7) hours.

from ansible-ocm12c.

dfhawthorne avatar dfhawthorne commented on July 22, 2024

Fixed and tested.

from ansible-ocm12c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.