Solution:
export ACTIVEMQ_HOME=/opt/apache-activemq-5.8.0
export ACTIVEMQ_BASE=$ACTIVEMQ_BASE
ACTIVEMQ_OPTS_MEMORY="-Xms1G -Xmx1G"
export ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS_MEMORY -XX:-UseParallelGC"
${ACTIVEMQ_HOME}/bin/activemq "$*"
VM Flags:
-Xms1G -Xmx1G -XX:-UseParallelGC -Dcom.sun.management.
I've tried and I got the same error:
The command:
${ACTIVEMQ_HOME}/bin/activemq -XX:UseParallelGC "$*"
The error:
INFO: Unrecognized option: -XX:UseParallelGC
Regards
El ene 22, 2014 2:02 PM, "Jose María Zaragoza"
escribió:
> 2014/1/22 Rodrigo Ramos :
> > 5.8.0
> >
> >
> > 2014/1/22 Claus
2014/1/22 Rodrigo Ramos :
> 5.8.0
>
>
> 2014/1/22 Claus Ibsen
>
>> What version of ActiveMQ are you using?
>>
>> On Wed, Jan 22, 2014 at 7:37 PM, Rodrigo Ramos
>> wrote:
>> > Hello Everybody
>> >
>> > I want to change how to GC perform into in activemq. I have edited the
>> > starting shell and I
5.8.0
2014/1/22 Claus Ibsen
> What version of ActiveMQ are you using?
>
> On Wed, Jan 22, 2014 at 7:37 PM, Rodrigo Ramos
> wrote:
> > Hello Everybody
> >
> > I want to change how to GC perform into in activemq. I have edited the
> > starting shell and I have seen some memory variables.
> >
> >
What version of ActiveMQ are you using?
On Wed, Jan 22, 2014 at 7:37 PM, Rodrigo Ramos wrote:
> Hello Everybody
>
> I want to change how to GC perform into in activemq. I have edited the
> starting shell and I have seen some memory variables.
>
> If I edit the starting shell with follow parameter