Skip to content

Commit

Permalink
up compute budget
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Mar 5, 2024
1 parent 7bfa209 commit 68f85ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepers/validator-keeper/src/cluster_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub async fn update_cluster_info(

let heap_request_ix = compute_budget::ComputeBudgetInstruction::request_heap_frame(256 * 1024);
let compute_budget_ix =
compute_budget::ComputeBudgetInstruction::set_compute_unit_limit(300_000);
compute_budget::ComputeBudgetInstruction::set_compute_unit_limit(1_000_000);
let update_instruction = Instruction {
program_id: *program_id,
accounts: validator_history::accounts::CopyClusterInfo {
Expand Down

0 comments on commit 68f85ab

Please sign in to comment.