Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsantana11 committed Oct 8, 2024
1 parent 66ba460 commit de40518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clouddrift/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ def gdp_source(
Sometimes you may need to configure the temporary directory used to store intermediary computations in cases
where the temporary directory used lies on a partition with limited space. Some unix environments are partitioned
where / (root) directory has limited space, typically ~30GBs and then the /home or /Users directory takes up
whatever else remains. Since the /tmp directory (typical directory used for temporary data and computations) lies
whatever else remains. Since the /tmp directory (typical directory used for temporary data and computations) lies
on the root directory it's limited by this partition size.
An easy way to get around this limitation is to configure the dask temp directory to a path that lies on a
An easy way to get around this limitation is to configure the dask temp directory to a path that lies on a
partition with more memory. To figure this out you can use the standard `df` unix utility like so: `df -h`.
If you find a path with more memory you can configure dask to use that instead of the default path that lies
on the /tmp directory on unix like systems like so (make sure to add this line before starting any computation):
Expand Down

0 comments on commit de40518

Please sign in to comment.