The first number is the current memory used in the JVM (http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#totalMemory() - http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#freeMemory()) and the second one is the maximum used actually (http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#totalMemory())
Arnaud > -----Message d'origine----- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Envoy� : lundi 25 avril 2005 12:43 > � : [email protected] > Objet : Memory: 3M/4M message > > > Hi All, > > > > > > > > What's the indication of 3M/4M when maven started compiling the > > source > > > > > ------------------ > > Building jar file > > ------------------ > > Memory: 3M/4M > > > > > for certain goals it keep used printing > > > with different message > > > > > Memory: 22/26M > > > > > Rgds > > > > > Vijay > > > > > Confidentiality Notice > > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive > use of the addressee(s) and may contain confidential or > privileged information. If you are not the intended > recipient, please notify the sender at Wipro or > [EMAIL PROTECTED] immediately and destroy all copies of > this message and any attachments. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
