You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "J. Matthew Pryor" <jm...@mobiquity.net> on 2007/05/15 02:56:52 UTC

Massive delay at end of large maven build

At the very end of my build (maven 2.0.5 on Mac OSX) I get a several  
minute delay after the final banner but before the mvn command  
returns to the prompt.

This delay is associated with an huge amount of disk activity, but I  
have no idea what is going on.

[INFO]  
------------------------------------------------------------------------
[INFO]  
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]  
------------------------------------------------------------------------
[INFO] Total time: 7 minutes 2 seconds
[INFO] Finished at: Tue May 15 10:48:12 EST 2007
[INFO] Final Memory: 45M/63M
[INFO]  
------------------------------------------------------------------------

<<<< WAIT HERE FOR SEVERAL MINUTES WITH LOTS OF DISK ACTIVITY >>>>

fatboy:~/proj/observant/modules jmp$

Does anyone have any clue at to why this is happening?

Thanks,
Matthew


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Massive delay at end of large maven build

Posted by James Abley <ja...@gmail.com>.
On 16/05/07, Napoleon Esmundo Ramirez <nr...@gmail.com> wrote:
> It's probably java freeing up all the memory maven used in the heap. :)
>
> On 5/15/07, J. Matthew Pryor <jm...@mobiquity.net> wrote:
> >
> > At the very end of my build (maven 2.0.5 on Mac OSX) I get a several
> > minute delay after the final banner but before the mvn command
> > returns to the prompt.

Have you tried using more verbose output from maven, or maybe even ktrace?

> >
> > This delay is associated with an huge amount of disk activity, but I
> > have no idea what is going on.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 7 minutes 2 seconds
> > [INFO] Finished at: Tue May 15 10:48:12 EST 2007
> > [INFO] Final Memory: 45M/63M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > <<<< WAIT HERE FOR SEVERAL MINUTES WITH LOTS OF DISK ACTIVITY >>>>
> >
> > fatboy:~/proj/observant/modules jmp$
> >
> > Does anyone have any clue at to why this is happening?
> >
> > Thanks,
> > Matthew
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Massive delay at end of large maven build

Posted by Napoleon Esmundo Ramirez <nr...@gmail.com>.
It's probably java freeing up all the memory maven used in the heap. :)

On 5/15/07, J. Matthew Pryor <jm...@mobiquity.net> wrote:
>
> At the very end of my build (maven 2.0.5 on Mac OSX) I get a several
> minute delay after the final banner but before the mvn command
> returns to the prompt.
>
> This delay is associated with an huge amount of disk activity, but I
> have no idea what is going on.
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 7 minutes 2 seconds
> [INFO] Finished at: Tue May 15 10:48:12 EST 2007
> [INFO] Final Memory: 45M/63M
> [INFO]
> ------------------------------------------------------------------------
>
> <<<< WAIT HERE FOR SEVERAL MINUTES WITH LOTS OF DISK ACTIVITY >>>>
>
> fatboy:~/proj/observant/modules jmp$
>
> Does anyone have any clue at to why this is happening?
>
> Thanks,
> Matthew
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>