If running jetty6:run with cli works ? You need to increase eclipse heap size too. $ECLIPSE_HOME/.eclipse.ini Add this -vmargs -Xms512m -Xmx512m
Or other values - Olivier -----Message d'origine----- De : Roald Bankras [mailto:[EMAIL PROTECTED] Envoyé : vendredi 19 mai 2006 11:41 À : Maven Users List Objet : RE: eclipse maven plugin heap size? You can try to set the MAVEN_OPTS environment variable. On windows its set MAVEN_OPTS=-Xmx512m. There might be a way to give jetty in specific more memory, but I don't know how (yet). Roald Bankras Software Engineer JTeam b.v. -----Original Message----- From: Dan Adams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 11:57 PM To: [email protected] Subject: eclipse maven plugin heap size? I'm running jetty6:run through the eclipse maven plugin. How do I set the -Xmx option to increase the heap size? -- Dan Adams Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited. ********************************************************************** Ce message électronique et tous les fichiers joints ainsi que les informations contenues dans ce message ( ci après "le message" ), sont confidentiels et destinés exclusivement à l'usage de la personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci de le renvoyer à son émetteur et de le détruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressément autorisées de ce message, sont interdites. ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
