Currently, memory usage is regulated by the queue length limit (using the -Q
CLI arg) but memory limit is roughly O(queue len * graph size)
so larger graphs cause larger memory usage. It'd be nice to be able to give an explicit memory bound and have Monument work out the rest.