Increase the maximum heap size
Sparta's message store size increases every time new messages are
inserted, regardless of how many messages are fetched. Since we're now
inserting every round, the message store size grows considerably and we
need more heap space (since the message store is all in RAM, and indeed
in EPC, or else you'll get a major performance hit).