oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects

Home Page:https://developer.oracle.com/use-cases/#containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the memory allocated to the database configurable

steveswinsburg opened this issue · comments

Currently it is hardcoded to 2048 (unless nproc > 8). The PR for this makes this configurable from the start, but leaving the default at 2048.

Changes with the memory parameters have been merged.