rebase to develop should fix this.
On Mon, Apr 3, 2017 at 5:42 PM, Kirk Lund wrote:
> I just started forked a JVM from a benchmark setup using something like
> this:
>
> List command = new ArrayList<>();
> command.add(
> new File(new File(System.getProperty("java.home"), "b
I just started forked a JVM from a benchmark setup using something like
this:
List command = new ArrayList<>();
command.add(
new File(new File(System.getProperty("java.home"), "bin"),
"java").getCanonicalPath());
command.add(
"-D" + DistributionConfig.GEMFIRE_