Skip to content

Commit

Permalink
adjust temp paths
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Mar 1, 2025
1 parent fa9ead8 commit 357a52f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benches/generate_porep_proof.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions rust-fil-proofs.config.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 357a52f

Please sign in to comment.