Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • How much memory have you allowed the Java VM
    – Ramhound
    Commented Jul 24, 2017 at 23:09
  • I have allowed 8192m(-Xmx 8192m)
    – Joseph
    Commented Jul 24, 2017 at 23:15
  • 1
    Same version of Java on both machines? Same amount of memory assigned to the Java VM?
    – Ramhound
    Commented Jul 24, 2017 at 23:30
  • I assume they have less, however I just realised my target version was 1.7, not 1.8. It didn't make a difference with timings though.
    – Joseph
    Commented Jul 24, 2017 at 23:38
  • How many threads are being used on each machine?
    – Ramhound
    Commented Jul 24, 2017 at 23:55