Re: Admin script issue (java mem)

2013-08-15 Thread Charles Moulliard
Hi JB, Karaf and admin scripts both use setenv : RedHat-MacBook:bin chmoulli$ more admin | grep setenv # Sourcing environment settings for karaf similar to tomcats setenv if [ -f "$DIRNAME/setenv" ]; then . "$DIRNAME/setenv" RedHat-MacBook:bin chmoulli$ more karaf | grep setenv # Sourcing envir

Re: Admin script issue (java mem)

2013-08-09 Thread Jean-Baptiste Onofré
Hi Charles, let me take a look on that (maybe related to the usage of setenv). Regards JB On 08/09/2013 09:40 AM, Charles Moulliard wrote: Hi, I think that we have an issue with the admin bash script of Karaf (2.3.x). The -Xms, -XX:PermSize -XX:MaxPermSize options are not added as parameters

Admin script issue (java mem)

2013-08-09 Thread Charles Moulliard
Hi, I think that we have an issue with the admin bash script of Karaf (2.3.x). The -Xms, -XX:PermSize -XX:MaxPermSize options are not added as parameters to the process started when we launch the bash script './admin start root' command --> ./admin start root [org.apache.karaf.admin.internal.Admi