From 68f85abe34173e6b29c93f486bc8f734014e7d09 Mon Sep 17 00:00:00 2001 From: Evan Batsell Date: Tue, 5 Mar 2024 16:57:34 -0500 Subject: [PATCH] up compute budget --- keepers/validator-keeper/src/cluster_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepers/validator-keeper/src/cluster_info.rs b/keepers/validator-keeper/src/cluster_info.rs index 8c4a3c07..24257ece 100644 --- a/keepers/validator-keeper/src/cluster_info.rs +++ b/keepers/validator-keeper/src/cluster_info.rs @@ -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 {