Skip to content

Commit

Permalink
try 10% page lock chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 27, 2025
1 parent b6d4ea7 commit d83a3bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
8 changes: 1 addition & 7 deletions deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,14 @@ env:
value: "64"

- name: SMPC__LOAD_CHUNKS_DEFAULT_CLIENT
value: "true"
value: "false"

- name: SMPC__LOAD_CHUNKS_BUFFER_SIZE
value: "1024"

- name: SMPC__LOAD_CHUNKS_STATIC_IPS
value: "16"

- name: SMPC__TEST_LOAD_INTO_MEMORY
value: "false"

- name: SMPC__PAGE_LOCK_AT_BEGINNING
value: "true"

- name: SMPC__PAGE_LOCK_CHUNK_PERCENTAGE
value: "10"

Expand Down
8 changes: 1 addition & 7 deletions deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,13 @@ env:
value: "64"

- name: SMPC__LOAD_CHUNKS_DEFAULT_CLIENT
value: "true"
value: "false"

- name: SMPC__LOAD_CHUNKS_BUFFER_SIZE
value: "1024"

- name: SMPC__LOAD_CHUNKS_STATIC_IPS
value: "16"

- name: SMPC__TEST_LOAD_INTO_MEMORY
value: "false"

- name: SMPC__PAGE_LOCK_AT_BEGINNING
value: "true"

- name: SMPC__PAGE_LOCK_CHUNK_PERCENTAGE
value: "10"
Expand Down
8 changes: 1 addition & 7 deletions deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,13 @@ env:
value: "64"

- name: SMPC__LOAD_CHUNKS_DEFAULT_CLIENT
value: "true"
value: "false"

- name: SMPC__LOAD_CHUNKS_BUFFER_SIZE
value: "1024"

- name: SMPC__LOAD_CHUNKS_STATIC_IPS
value: "16"

- name: SMPC__TEST_LOAD_INTO_MEMORY
value: "false"

- name: SMPC__PAGE_LOCK_AT_BEGINNING
value: "true"

- name: SMPC__PAGE_LOCK_CHUNK_PERCENTAGE
value: "10"
Expand Down
6 changes: 0 additions & 6 deletions iris-mpc-common/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ pub struct Config {
#[serde(default)]
pub load_chunks_static_ips: usize,

#[serde(default)]
pub test_load_into_memory: bool,

#[serde(default)]
pub page_lock_at_beginning: bool,

/// Percentage of the chunk size to page lock at each iteration
/// Must be a positive integer between [1-100]
/// The first memory chunk will be page-locked before starting db & s3
Expand Down

0 comments on commit d83a3bf

Please sign in to comment.