Re: [controller-dev] trying to repro CONTROLLER-1849 w/ artery
Tom Pantelis <tompantelis@...>
On Tue, Aug 28, 2018 at 6:50 PM, Jamo Luhrsen <jluhrsen@...> wrote: Tom, Robert, others, I assume this is b/c killing the process doesn't free up the space. You can set the dir aeron uses via artery.advanced.aeron-dir. # Directory used by the Aeron media driver. It's mandatory to define the 'aeron-dir' # if using external media driver, i.e. when 'embedded-media-driver = off'. # Embedded media driver will use a this directory, or a temporary directory if this # property is not defined (empty). # Only used when transport is aeron-udp. aeron-dir = "" So perhaps set it to a dedicated dir and delete the contents after every run. However I would first suggest running the test with graceful shutdown first to see if that properly cleans up /dev/shm.
|
|