Skip to content

Commit

Permalink
Add one more change missed in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlis committed Feb 29, 2024
1 parent 300d4a8 commit 0e1cb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/user_manual/memory_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ multicore processing on a current generation desktop. On a desktop
"cluster memory" and "system memory" are the same thing. There are
a few corollaries to that statement that are worth pointing out
as warnings for desktop use:

- Beware running large memory apps if you are running MsPASS jobs
on the same system. Many common tools today are prone to extreme
memory bloat. It is standard practice today to keep commonly used
Expand Down Expand Up @@ -481,7 +482,7 @@ workflow to have :math:`K_c` be of the order of 2 or more to avoid
spilling. Workflows with highly variable memory requirements within
a pipeline (e.g. anytime a smaller waveform segment is cut from
larger ones.) may allow smaller values of :math:`K_c`, particularly if
the initial read is the throttle on throughput.
the initial read is the throttle on throughput.

The main way to control :math:`K_c` is to set :math:`N_{partitions}`
when you create a bag/RDD. In MsPASS that is normally set by
Expand Down

0 comments on commit 0e1cb5a

Please sign in to comment.