diff --git a/benches/generate_porep_proof.sh b/benches/generate_porep_proof.sh index e30870df..4f2043a8 100755 --- a/benches/generate_porep_proof.sh +++ b/benches/generate_porep_proof.sh @@ -22,7 +22,7 @@ do echo "Processing Sector ID: $SECTOR_ID" # Clear cache before run - CACHE_FOLDER="/mnt/workspace/eiger/tmp/sector-$SECTOR_ID-cache" + CACHE_FOLDER="/eiger/tmp/sector-$SECTOR_ID-cache" rm -r "$CACHE_FOLDER" 2>/dev/null # Suppress error if folder doesn't exist mkdir "$CACHE_FOLDER" diff --git a/rust-fil-proofs.config.toml b/rust-fil-proofs.config.toml index 2dab839e..bccad738 100644 --- a/rust-fil-proofs.config.toml +++ b/rust-fil-proofs.config.toml @@ -1,8 +1,8 @@ # The location to store downloaded parameter files required for proofs. -parameter_cache = "/mnt/workspace/eiger/tmp/filecoin-proofs-parameters/" +parameter_cache = "/eiger/tmp/filecoin-proofs-parameters/" # The location to store the on-disk parents cache. -parent_cache = "/mnt/workspace/eiger/tmp/filecoin-parents" +parent_cache = "/eiger/tmp/filecoin-parents" # The max number of parent cache elements to have mapped in RAM at a time. sdr_parents_cache_size = 2_048