Hi Colin, I thought you might check:
* "java -version" to see if you're defaulting to client or server mode, and maybe use -server to force that if it comes up client * "java -d64" to force 64-bit mode in case you have 32bit and 64bit JVM's there This is assuming you're on a 64-bit Windows and want to run 64-bit JVM. After that, I guess you might check if you have a firewall on and try disabling that to see if it changes anything. steven On Tuesday, July 7, 2015 at 12:37:05 PM UTC-4, Colin Yates wrote: > > Hi Alan, > > Interesting point about the memory, they are defaults everywhere though. I > am going to deploy on Windows 7 as a service rather than running java -jar > in a command window; it does produce a bunch of debugging and maybe Windows > 7 console compared to Windows XP console (for example) is the > differentiator. Straws, grasping etc. > > No, the app never gets to respectable performance. > > > On 7 Jul 2015, at 16:37, Alan Moore <[email protected] > <javascript:>> wrote: > > > > Maybe the JDK default memory/heap settings are different on Windows 7. > What is the memory pressure like on your Windows 7 system? > > > > You might need to give your app more memory or at least a larger initial > heap allocation. > > > > Does the app perform ok once it is up and running? > > > > Alan > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > <javascript:> > > Note that posts from new members are moderated - please be patient with > your first post. > > To unsubscribe from this group, send email to > > [email protected] <javascript:> > > For more options, visit this group at > > http://groups.google.com/group/clojure?hl=en > > --- > > You received this message because you are subscribed to the Google > Groups "Clojure" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
