Hello,
I have an of biz installation and it is used daily for accounting and other things, however I am having to restart the server every week to keep the performance at an acceptable speed. my environment is java 1.8 and the server has 4 GB RAM with 2 core processor. I have noticed that the performance decreases with time. I start the server with gradle and the background option. Any Ideas why this is happening? -- Bahaaldin Al-amood IQ Tel: +964 (0) 780 926 2103 US tel: 540 632 1388 email: [hidden email] Skype ID: bahaa.alamood Arc Digital Solutions and Consultancy www.arcdsc.com This message contains information that may be confidential and privileged to Arc digital Solutions and Consultancy, its partners, or customers. Unauthorized use is strictly prohibited. Unless you are the addressee (or authorized to receive mail for the addressee), you should not use, copy or disclose to anyone this message or any information contained in this message. If you have received this message in error, please so advise the sender by reply e-mail and delete this message. Thank you for your cooperation. |
Hi Bahaa,
It's hard to tell without looking at some details. Did you perform any kind of production optimization as mentioned in [1]? [1] https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide On Mar 17, 2017 3:11 PM, "Bahaa Alamood" < [hidden email]> wrote: > Hello, > > I have an of biz installation and it is used daily for accounting and > other things, however I am having to restart the server every week to keep > the performance at an acceptable speed. my environment is java 1.8 and the > server has 4 GB RAM with 2 core processor. I have noticed that the > performance decreases with time. I start the server with gradle and the > background option. > > Any Ideas why this is happening? > > > -- > Bahaaldin Al-amood > IQ Tel: +964 (0) 780 926 2103 > US tel: 540 632 1388 > email: [hidden email] > Skype ID: bahaa.alamood > > Arc Digital Solutions and Consultancy > www.arcdsc.com > > This message contains information that may be confidential > and privileged to Arc digital Solutions and Consultancy, its partners, or > customers. > Unauthorized use is strictly prohibited. Unless you are the > addressee (or authorized to receive mail for the addressee), > you should not use, copy or disclose to anyone this message > or any information contained in this message. If you have > received this message in error, please so advise the sender > by reply e-mail and delete this message. Thank you for your > cooperation. > > |
Dear Taher,
Thanks that helped, it is much faster now. I will report back in a week to see if the performance degrades or not after that. thanks again On 3/17/2017 8:31 AM, Taher Alkhateeb wrote: > Hi Bahaa, > > It's hard to tell without looking at some details. Did you perform any > kind of production optimization as mentioned in [1]? > > [1] > https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide > > On Mar 17, 2017 3:11 PM, "Bahaa Alamood" > <[hidden email] > <mailto:[hidden email]>> wrote: > > Hello, > > I have an of biz installation and it is used daily for accounting > and other things, however I am having to restart the server every > week to keep the performance at an acceptable speed. my > environment is java 1.8 and the server has 4 GB RAM with 2 core > processor. I have noticed that the performance decreases with > time. I start the server with gradle and the background option. > > Any Ideas why this is happening? > > > -- > Bahaaldin Al-amood > IQ Tel: +964 (0) 780 926 2103 > <tel:%2B964%20%280%29%20780%20926%202103> > US tel: 540 632 1388 <tel:540%20632%201388> > email: [hidden email] <mailto:[hidden email]> > Skype ID: bahaa.alamood > > Arc Digital Solutions and Consultancy > www.arcdsc.com <http://www.arcdsc.com> > > This message contains information that may be confidential > and privileged to Arc digital Solutions and Consultancy, its > partners, or customers. > Unauthorized use is strictly prohibited. Unless you are the > addressee (or authorized to receive mail for the addressee), > you should not use, copy or disclose to anyone this message > or any information contained in this message. If you have > received this message in error, please so advise the sender > by reply e-mail and delete this message. Thank you for your > cooperation. > |
In reply to this post by Bahaa Alamood
Hi Bahaaldin,
Here are some (other) tips to optimize your production environment for performance: - remove all components that you don't intend to use - remove all 3rd party solution integrations that you don't use (payment/shipment/etc) - don't use gradle to start up, but use java - jar ofbiz.jar - set 'check-on-start' to false - set 'add-missing-on-start' to false - set 'check-inidices-on-start' to false Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Fri, Mar 17, 2017 at 1:10 PM, Bahaa Alamood < [hidden email]> wrote: > Hello, > > I have an of biz installation and it is used daily for accounting and > other things, however I am having to restart the server every week to keep > the performance at an acceptable speed. my environment is java 1.8 and the > server has 4 GB RAM with 2 core processor. I have noticed that the > performance decreases with time. I start the server with gradle and the > background option. > > Any Ideas why this is happening? > > > -- > Bahaaldin Al-amood > IQ Tel: +964 (0) 780 926 2103 > US tel: 540 632 1388 > email: [hidden email] > Skype ID: bahaa.alamood > > Arc Digital Solutions and Consultancy > www.arcdsc.com > > This message contains information that may be confidential > and privileged to Arc digital Solutions and Consultancy, its partners, or > customers. > Unauthorized use is strictly prohibited. Unless you are the > addressee (or authorized to receive mail for the addressee), > you should not use, copy or disclose to anyone this message > or any information contained in this message. If you have > received this message in error, please so advise the sender > by reply e-mail and delete this message. Thank you for your > cooperation. > > |
Hi Pierre,
Thanks for the tips, I use centos 7 for this server, do you have a startup script for this or hints on how to create one? On 3/18/2017 4:44 AM, Pierre Smits wrote: > Hi Bahaaldin, > > Here are some (other) tips to optimize your production environment for > performance: > > - remove all components that you don't intend to use > - remove all 3rd party solution integrations that you don't use > (payment/shipment/etc) > - don't use gradle to start up, but use java - jar ofbiz.jar > - set 'check-on-start' to false > - set 'add-missing-on-start' to false > - set 'check-inidices-on-start' to false > > Best regards, > > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Fri, Mar 17, 2017 at 1:10 PM, Bahaa Alamood < > [hidden email]> wrote: > >> Hello, >> >> I have an of biz installation and it is used daily for accounting and >> other things, however I am having to restart the server every week to keep >> the performance at an acceptable speed. my environment is java 1.8 and the >> server has 4 GB RAM with 2 core processor. I have noticed that the >> performance decreases with time. I start the server with gradle and the >> background option. >> >> Any Ideas why this is happening? >> >> >> -- >> Bahaaldin Al-amood >> IQ Tel: +964 (0) 780 926 2103 >> US tel: 540 632 1388 >> email: [hidden email] >> Skype ID: bahaa.alamood >> >> Arc Digital Solutions and Consultancy >> www.arcdsc.com >> >> This message contains information that may be confidential >> and privileged to Arc digital Solutions and Consultancy, its partners, or >> customers. >> Unauthorized use is strictly prohibited. Unless you are the >> addressee (or authorized to receive mail for the addressee), >> you should not use, copy or disclose to anyone this message >> or any information contained in this message. If you have >> received this message in error, please so advise the sender >> by reply e-mail and delete this message. Thank you for your >> cooperation. >> >> |
You could consider looking in the tools folder of your OFBiz instance.
Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Sat, Mar 18, 2017 at 1:15 PM, Bahaa Alamood < [hidden email]> wrote: > Hi Pierre, > > Thanks for the tips, I use centos 7 for this server, do you have a > startup script for this or hints on how to create one? > > > On 3/18/2017 4:44 AM, Pierre Smits wrote: > >> Hi Bahaaldin, >> >> Here are some (other) tips to optimize your production environment for >> performance: >> >> - remove all components that you don't intend to use >> - remove all 3rd party solution integrations that you don't use >> (payment/shipment/etc) >> - don't use gradle to start up, but use java - jar ofbiz.jar >> - set 'check-on-start' to false >> - set 'add-missing-on-start' to false >> - set 'check-inidices-on-start' to false >> >> Best regards, >> >> >> Pierre Smits >> >> ORRTIZ.COM <http://www.orrtiz.com> >> >> OFBiz based solutions & services >> >> OFBiz Extensions Marketplace >> http://oem.ofbizci.net/oci-2/ >> >> On Fri, Mar 17, 2017 at 1:10 PM, Bahaa Alamood < >> [hidden email]> wrote: >> >> Hello, >>> >>> I have an of biz installation and it is used daily for accounting and >>> other things, however I am having to restart the server every week to >>> keep >>> the performance at an acceptable speed. my environment is java 1.8 and >>> the >>> server has 4 GB RAM with 2 core processor. I have noticed that the >>> performance decreases with time. I start the server with gradle and the >>> background option. >>> >>> Any Ideas why this is happening? >>> >>> >>> -- >>> Bahaaldin Al-amood >>> IQ Tel: +964 (0) 780 926 2103 >>> US tel: 540 632 1388 >>> email: [hidden email] >>> Skype ID: bahaa.alamood >>> >>> Arc Digital Solutions and Consultancy >>> www.arcdsc.com >>> >>> This message contains information that may be confidential >>> and privileged to Arc digital Solutions and Consultancy, its partners, or >>> customers. >>> Unauthorized use is strictly prohibited. Unless you are the >>> addressee (or authorized to receive mail for the addressee), >>> you should not use, copy or disclose to anyone this message >>> or any information contained in this message. If you have >>> received this message in error, please so advise the sender >>> by reply e-mail and delete this message. Thank you for your >>> cooperation. >>> >>> >>> > |
In reply to this post by Pierre Smits
...
- don't use gradle to start up, but use java - jar ofbiz.jar - set 'check-on-start' to false - set 'add-missing-on-start' to false - set 'check-inidices-on-start' to false ... I am curious if gradle and the others are just start up time issues...I am assuming these have no effect after start up is complete? |
With respect to gradle that is not entirely true. As you use it to run
OFBiz it will continue to consume hardware resources. Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Sat, Mar 18, 2017 at 6:18 PM, <[hidden email]> wrote: > ... > - don't use gradle to start up, but use java - jar ofbiz.jar - set > 'check-on-start' to false - set 'add-missing-on-start' to false - set > 'check-inidices-on-start' to false > ... > > I am curious if gradle and the others are just start up time issues...I am > assuming these have no effect after start up is complete? |
Is there any indication it consumes anything other than some small amount
of RAM after startup? Regards Scott On 19 March 2017 at 22:23, Pierre Smits <[hidden email]> wrote: > With respect to gradle that is not entirely true. As you use it to run > OFBiz it will continue to consume hardware resources. > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Sat, Mar 18, 2017 at 6:18 PM, <[hidden email]> wrote: > > > ... > > - don't use gradle to start up, but use java - jar ofbiz.jar - set > > 'check-on-start' to false - set 'add-missing-on-start' to false - set > > 'check-inidices-on-start' to false > > ... > > > > I am curious if gradle and the others are just start up time issues...I > am > > assuming these have no effect after start up is complete? > |
Free forum by Nabble | Edit this page |