[Anthill-pro] AH3
Curtis Yanko
curt_yanko at uhc.com
Mon Oct 2 14:03:04 CDT 2006
Ok, I've looked at changing it in the builder but then it occurred to my
that the spawned process should inherit the parents environment. I was
able to look at the agent and see that env/JAVA_OPTS=-Xm256m is there. It
would also make more sense tome to make the setting here since it would be
global to all of my projects and not at each builder.
Still, very frustrating as I can't figure out why my scripts are failing
when I know they work from AHP. additionally, the three or so that run
before the failed done are essentially the exact same thing as they are
all compiling and packaging JARs at that point and calling javac with the
same parameters (although I think it is getting past javac and failing in
between targets (????) which is just baffling to me and why I wanted to
look at stuff like heap size.
- Curtis Yanko
United Health Technologies
Mail Route: CT028-07SA
Internet email: curt_yanko at uhc.com
Office 860.702.9059
Cell 860.729.8171
Ryan Smith <rws at urbancode.com>
10/02/2006 02:42 PM
Please respond to
rws at urbancode.com
To
Curtis Yanko/CT/Unitedmail at Unitedmail
cc
anthill-pro at caladin.urbancode.com
Subject
Re: [Anthill-pro] AH3
Yes, I believe you can set JVM properties in the builder UI.
Curtis Yanko wrote:
>
> Ryan,
>
> Actually, that was my question. Can I just do in the UI or do I need
> to up the agent? I'm guessing you are saying UI since the agent
> clearly has a larger heap size and the build is in a separate process
> as you suggest.
>
> - Curtis Yanko
> United Health Technologies
> Mail Route: CT028-07SA
> Internet email: curt_yanko at uhc.com
> Office 860.702.9059
> Cell 860.729.8171
>
>
>
> *Ryan Smith <rws at urbancode.com>*
>
> 10/02/2006 02:04 PM
> Please respond to
> rws at urbancode.com
>
>
>
> To
> Curtis Yanko/CT/Unitedmail at Unitedmail
> cc
> anthill-pro at caladin.urbancode.com
> Subject
> Re: [Anthill-pro] AH3
>
>
>
>
>
>
>
>
>
> Curtis, I might have misunderstood what you are looking for. We are
> looking at changing the heap size of the AnthillPro agent, the builds
> that it runs will be in a separate process and JVM. Is that the heap
> size you are trying to change?
>
>
> Curtis Yanko wrote:
> >
> > Ryan,
> >
> > Thanks, I had found that in my poking around. Looks like the minimum
> > is 256 now. What JVM are you using? It's hard to nail just what the
> > default value is since it is very JVM specific and these -X args can
> > vary quite a bit.
> >
> > - Curtis Yanko
> > United Health Technologies
> > Mail Route: CT028-07SA
> > Internet email: curt_yanko at uhc.com
> > Office 860.702.9059
> > Cell 860.729.8171
> >
> >
> >
> > *Ryan Smith <rws at urbancode.com>*
> > Sent by: anthill-pro-bounces at caladin.urbancode.com
> >
> > 10/02/2006 01:56 PM
> > Please respond to
> > rws at urbancode.com; Please respond to
> > anthill-pro at caladin.urbancode.com
> >
> >
> >
> > To
> > anthill-pro at caladin.urbancode.com
> > cc
> > anthill-pro at caladin.urbancode.com
> > Subject
> > Re: [Anthill-pro] AH3
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > The max heap size of the agent can be set in the .bat or .sh file that
> > you are starting the agent with.
> >
> > For example, the Windows ah3agent.cmd has a definition of the
JAVA_OPTS
> > in it, you would add the heap size specification to that.
> >
> > set JAVA_OPTS=-Xmx256m
> >
> > Make sure to leave a space after it before the next settings in
> JAVA_OPTS.
> >
> >
> > Curtis Yanko wrote:
> > >
> > > so how do I increase it? Do I have to do it at the command line when
I
> > > launch the agent or can I do it within the WebUI and set if for
> > > spawning new processes?
> > >
> > > - Curtis Yanko
> > > United Health Technologies
> > > Mail Route: CT028-07SA
> > > Internet email: curt_yanko at uhc.com
> > > Office 860.702.9059
> > > Cell 860.729.8171
> > >
> > >
> > >
> > > *Eric Minick <etm at urbancode.com>*
> > > Sent by: anthill-pro-bounces at caladin.urbancode.com
> > >
> > > 10/02/2006 10:51 AM
> > > Please respond to
> > > anthill-pro at caladin.urbancode.com
> > >
> > >
> > >
> > > To
> > > anthill-pro at caladin.urbancode.com
> > > cc
> > >
> > > Subject
> > > Re: [Anthill-pro] AH3
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Curtis,
> > >
> > > I believe the default maximum size is 64 M.
> > >
> > > -- Eric
> > >
> > > Curtis Yanko wrote:
> > >
> > > >
> > > > All,
> > > >
> > > > Ok, so the -v in the target worked but... my scripts are dying
about
> > > > three or four projects into it (remember that I still have a top
> level
> > > > script that aggregates sub-components for my EARs). The nature
> of the
> > > > error is very unclear to my though it is trigger my try/catch that
I
> > > > wrap around call to package each component. I'm thinking it
> might be a
> > > > JVM heap size thing. I never used to set it but perhaps I should
> pass
> > > > in a JVM heap size. what is the default size?
> > > >
> > > > - Curtis Yanko
> > > > United Health Technologies
> > > > Mail Route: CT028-07SA
> > > > Internet email: curt_yanko at uhc.com
> > > > Office 860.702.9059
> > > > Cell 860.729.8171
> > > >
> > > >
> > > > This e-mail, including attachments, may include confidential
and/or
> > > > proprietary information, and may be used only by the person or
> > entity to
> > > > which it is addressed. If the reader of this e-mail is not the
> > intended
> > > > recipient or his or her authorized agent, the reader is hereby
> > notified
> > > > that any dissemination, distribution or copying of this e-mail is
> > > > prohibited. If you have received this e-mail in error, please
> > notify the
> > > > sender by replying to this message and delete this e-mail
> immediately.
> > > >
> > >
> >
>
>------------------------------------------------------------------------
> > > >
> > > >_______________________________________________
> > > >Anthill-pro mailing list
> > > >Anthill-pro at lists.urbancode.com
> > > >http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > >
> > > >
> > >
> > > _______________________________________________
> > > Anthill-pro mailing list
> > > Anthill-pro at lists.urbancode.com
> > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > >
> > >
> > > This e-mail, including attachments, may include confidential and/or
> > > proprietary information, and may be used only by the person or
> entity to
> > > which it is addressed. If the reader of this e-mail is not the
> intended
> > > recipient or his or her authorized agent, the reader is hereby
> notified
> > > that any dissemination, distribution or copying of this e-mail is
> > > prohibited. If you have received this e-mail in error, please
> notify the
> > > sender by replying to this message and delete this e-mail
immediately.
> > >
> ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > Anthill-pro mailing list
> > > Anthill-pro at lists.urbancode.com
> > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > >
> > _______________________________________________
> > Anthill-pro mailing list
> > Anthill-pro at lists.urbancode.com
> > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> >
> >
> > This e-mail, including attachments, may include confidential and/or
> > proprietary information, and may be used only by the person or entity
to
> > which it is addressed. If the reader of this e-mail is not the
intended
> > recipient or his or her authorized agent, the reader is hereby
notified
> > that any dissemination, distribution or copying of this e-mail is
> > prohibited. If you have received this e-mail in error, please notify
the
> > sender by replying to this message and delete this e-mail immediately.
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity to
> which it is addressed. If the reader of this e-mail is not the intended
> recipient or his or her authorized agent, the reader is hereby notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity to
which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill-pro/attachments/20061002/969c9f92/attachment-0001.htm
More information about the Anthill-pro
mailing list