Skip to content
Snippets Groups Projects
Commit 0ffc8bc1 authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM)
Browse files

gcp to gc rename;

parent 97f82445
No related branches found
No related tags found
1 merge request!200GONRG-6369 - rename gcp to gc
Pipeline #163482 failed
......@@ -31,7 +31,7 @@ RUN apt-get update && apt-get upgrade --yes && apt-get install --yes ca-certific
# OpenZgy Bundle packages available on https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-zgy/-/packages
# Based on OpenZGY.focal.sdms-bundle-azure-curl.aws.ibm.anthos.0.2.938.tar.gz (Azure, GCP, AWS and IBM backends)
# Based on OpenZGY.focal.sdms-bundle-azure-curl.aws.ibm.anthos.0.2.938.tar.gz (Azure, Google Cloud, AWS and IBM backends)
ARG OPENZGY_BUNDLE_URL="https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-zgy/-/package_files/2630645/download"
#Get openzgy bundle
......
......@@ -159,7 +159,7 @@ The converter will read and update records in the storage service.
```
SD_SVC_URL=https://my-osdu-api-gateway/seistore-svc/api/v3
SD_SVC_TOKEN=eyJ0eXAiO.......
SD_READ_CACHE_PAGE_SIZE=<see below> This is the size of network read requests and the size might vary depending on cloud provider. GCP worked well with a value of 4mb, and Azure works well with a value of 1Mb.
SD_READ_CACHE_PAGE_SIZE=<see below> This is the size of network read requests and the size might vary depending on cloud provider. Google Cloud worked well with a value of 4mb, and Azure works well with a value of 1Mb.
SD_READ_CACHE_MAX_PAGES=<see below> *** NEW MEANING - See below
```
......@@ -167,7 +167,7 @@ SD_READ_CACHE_MAX_PAGES=<see below> *** NEW MEANING - See below
Cache settings:
- `SD_READ_CACHE_PAGE_SIZE` is the number of bytes read from SD in a single read operation. `1048576` (4MB) is a safe default for Azure, 4194304 works well for GCP
- `SD_READ_CACHE_PAGE_SIZE` is the number of bytes read from SD in a single read operation. `1048576` (4MB) is a safe default for Azure, 4194304 works well for Google Cloud
- `SD_READ_CACHE_MAX_PAGES` max number of pages is the max number of read-ahead cache pages.
CAUTION: This specifies number of traces should be in the read-ahead buffer. For a SEG-Y file with 2000 samples per trace,
a value of 16 means up to 1 GB of memory will be used for the cache memory. A value of 8 means 520MB of memory will be used, and a value of 64 means 4 GB of memory might be allocated!
......
......@@ -30,7 +30,7 @@ RUN apt-get update && apt-get upgrade --yes && apt-get install --yes ca-certific
# OpenZgy Bundle packages available on https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-zgy/-/packages
# Based on OpenZGY.focal.sdms-bundle-azure-curl.aws.ibm.anthos.0.2.938.tar.gz (Azure, GCP, AWS and IBM backends)
# Based on OpenZGY.focal.sdms-bundle-azure-curl.aws.ibm.anthos.0.2.938.tar.gz (Azure, Google Cloud, AWS and IBM backends)
ARG OPENZGY_BUNDLE_URL="https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-zgy/-/package_files/2630645/download"
#Get openzgy bundle
......
......@@ -3,7 +3,7 @@ ARG UBUNTU_NAME=focal
# OpenZgy Bundle packages available on https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-zgy/-/packages
# Based on OpenZGY.focal.sdms-bundle-azure-curl.aws.ibm.anthos.0.2.938.tar.gz (Azure, GCP, AWS and IBM backends)
# Based on OpenZGY.focal.sdms-bundle-azure-curl.aws.ibm.anthos.0.2.938.tar.gz (Azure, Google Cloud, AWS and IBM backends)
ARG OPENZGY_BUNDLE_URL="https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-zgy/-/package_files/2630645/download"
# The version of gcc used for OpenZGY compilation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment