backing up pageserver.toml used in experiments

remote_storage ={local_path='/home/admin/neon-main/test_output/test_pageserver_startup_many_tenants/repo/local_fs_remote_storage/pageserver'}
    id =1
    pg_distrib_dir ='/home/admin/neon-main/pg_install'
    http_auth_type ='Trust'
    pg_auth_type ='Trust'
    listen_http_addr ='localhost:15003'
    listen_pg_addr ='localhost:15002'
    broker_endpoint ='http://127.0.0.1:15001/'

    # 2023-10-10 17:46 UTC
    #page_cache_size = 16384
    #max_file_descriptors = 2000

    # 2023-10-10 18:10 UTC
    page_cache_size = 819200
    max_file_descriptors = 100000

    # Initial configuration file created by 'pageserver --init'
    #listen_pg_addr = '127.0.0.1:64000'
    #listen_http_addr = '127.0.0.1:9898'

    #wait_lsn_timeout = '60 s'
    #wal_redo_timeout = '60 s'

    #max_file_descriptors = 100

    # initial superuser role name to use when creating a new tenant
    #initial_superuser_name = 'cloud_admin'

    #broker_endpoint = 'http://127.0.0.1:50051'

    #log_format = 'plain'

    #concurrent_tenant_size_logical_size_queries = '1'

    #metric_collection_interval = '10 min'
    #cached_metric_collection_interval = '0s'
    #synthetic_size_calculation_interval = '10 min'

    #disk_usage_based_eviction = { max_usage_pct = .., min_avail_bytes = .., period = "10s"}

    #background_task_maximum_delay = '10s'

    metric_collection_endpoint = "https://localtest.me:23423"
    metric_collection_interval = "10min"
    cached_metric_collection_interval = "0s"

    [tenant_config]
    eviction_policy = { kind = "LayerAccessThreshold" , period = "10m", threshold = "7d" }
This commit is contained in:
Christian Schwarz
2023-10-10 18:16:58 +00:00
parent 6c5e8c6bb6
commit db787dd6e0

Diff Content Not Available