Skip to content

Commit

Permalink
try with larger VirtualFile cache size and larger page cache size
Browse files Browse the repository at this point in the history
no meaningful difference in startup time, iops, cpu utilization

Could either be because synchronous IO is the bottleneck,
or because we're artificially limiting the parallelism through
the semaphore.
  • Loading branch information
problame committed Nov 29, 2023
1 parent 4dd53df commit 736eff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarked_ps_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ control_plane_api ='http://127.0.0.1:15002/'
#wait_lsn_timeout = '60 s'
#wal_redo_timeout = '60 s'

#max_file_descriptors = 100
max_file_descriptors = 10000
page_cache_size = 524288


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

0 comments on commit 736eff1

Please sign in to comment.