darshan-hpc / darshan

Darshan I/O characterization tool
Other
57 stars 28 forks source link

make dxt memory usage runtime configurable #219

Closed shanedsnyder closed 3 years ago

shanedsnyder commented 3 years ago

In GitLab by @shanedsnyder on Jan 23, 2017, 15:22

Currently, DXT uses a default of 4 MiB per process for tracing data. We should make this configurable via env variable.

shanedsnyder commented 3 years ago

In GitLab by @shanedsnyder on Jan 30, 2017, 20:50

closed

shanedsnyder commented 3 years ago

In GitLab by @shanedsnyder on Jan 30, 2017, 20:50

This was fixed with merge request !9

You must export the environment variable ENABLE_DXT_IO_TRACE_MEM to enable DXT tracing. No value will allocate the default amount of trace memory per process (currently 4 MiB):

export ENABLE_DXT_IO_TRACE_MEM=

Assign a value to set the amount of trace memory to use:

export ENABLE_DXT_IO_TRACE_MEM=8 (allocates 8 MiB)

shanedsnyder commented 3 years ago

In GitLab by @shanedsnyder on Jan 31, 2017, 11:46

NOTE: The environment variable to enable DXT has been changed in commit 8821f33d to: DXT_ENABLE_IO_TRACE