Re: syntax for increasing java memory

2015-02-23 Thread Kevin Laurie
Hi Walter Got it. java -Xmx1024m -jar start.jar Thanks Kevin On Tue, Feb 24, 2015 at 1:00 AM, Kevin Laurie wrote: > Hi Walter, > > I am running :- > Oracle Corporation OpenJDK 64-Bit Server VM (1.7.0_65 24.65-b04) > > I tried running with this command:- > > java -jar start.jar -Xmx1024m > WARNIN

Re: syntax for increasing java memory

2015-02-23 Thread Kevin Laurie
Hi Walter, I am running :- Oracle Corporation OpenJDK 64-Bit Server VM (1.7.0_65 24.65-b04) I tried running with this command:- java -jar start.jar -Xmx1024m WARNING: System properties and/or JVM args set. Consider using --dry-run or --exec 0[main] INFO org.eclipse.jetty.server.Server ? j

Re: syntax for increasing java memory

2015-02-23 Thread Walter Underwood
That depends on the JVM you are using. For the Oracle JVMs, use this to get a list of extended options: java -X wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) On Feb 23, 2015, at 8:21 AM, Kevin Laurie wrote: > Hi Guys, > I am a newbie on Solr and I a

syntax for increasing java memory

2015-02-23 Thread Kevin Laurie
Hi Guys, I am a newbie on Solr and I am just using it for dovecot sake. Could you help advise the correct syntax to increase java heap size using the -xmx option(or advise some easy-to-read literature for configuring) ? Much appreciate if you could help. I just need this to sort out the problem w