Skip to content
Snippets Groups Projects
Commit ae64b01d authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

The logger buffer size is an optional YAML parameter.

parent 826491c9
Branches
Tags
1 merge request!685Logger loader
......@@ -134,9 +134,9 @@ Snapshots:
# Parameters governing the logger snapshot system
Logger:
delta_step: 10 # Update the particle log every this many updates
initial_buffer_size: 1 # buffer size in GB
buffer_scale: 10 # (Optional) When buffer size is too small, update it with required memory times buffer_scale
basename: index # Common part of the filenames
initial_buffer_size: 1 # (Optional) Buffer size in GB
buffer_scale: 10 # (Optional) When buffer size is too small, update it with required memory times buffer_scale
# Parameters governing the conserved quantities statistics
Statistics:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment