For trying the new BehaviorSpace features (error behavior, memory limit), I wanted to use them in headless BehaviorSpace. However, I could not find documentation for these new features.
From the scala code (multiple classes), I figured out that for error behavior there is an option --error-behavior with values ignore, abortRun, and abortExperiment. Is abortRun default?
As far as I could find, this option works.
For the memory limit, I could not find a corresponding command line option. At least --memory-limit is not valid.
So, it seems the documentation is not yet up-to-date. And I would expect a command line option corresponding to the memory limit in the run dialog.