Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PH] add database map mode #481

Merged
merged 5 commits into from
Nov 17, 2022

Conversation

oschwaldp-oci
Copy link
Contributor

@oschwaldp-oci oschwaldp-oci commented Nov 16, 2022

Provide the ability to configure:

  • --database-map-mode {mapped,heap,locked}
    Database map mode ("mapped", "heap", or "locked").
    In "mapped" mode database is memory mapped as a file.
    In "heap" mode database is preloaded in to swappable memory and will use huge pages if available.
    In "locked" mode database is preloaded, locked in to memory, and will use huge pages if available. (default: mapped)

Added logical cpu count to top level performance_test.py report.

@oschwaldp-oci oschwaldp-oci requested review from jgiszczak and heifner and removed request for jgiszczak November 16, 2022 23:09
@oschwaldp-oci oschwaldp-oci merged commit f7c008a into feature_performance_harness_stage_2 Nov 17, 2022
@oschwaldp-oci oschwaldp-oci deleted the ph-db-map-mode branch November 17, 2022 16:32
pnx pushed a commit to eosswedenorg/leap that referenced this pull request Nov 22, 2022
…release_exists_first_main_merge

before reading /etc/os-release make sure it exists - main
@oschwaldp-oci oschwaldp-oci self-assigned this Apr 14, 2023
@oschwaldp-oci oschwaldp-oci added the OCI Work exclusive to OCI team label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants