OFBIZ DEPLOY MEMORY PROBLEM

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

OFBIZ DEPLOY MEMORY PROBLEM

chinhhk
Hi,
I deploy Ofbiz on a linux server have 4GB RAM.
I test with 2 user access to ecommerce site.
My memory used continuous increase.

i config in build.gradle

def jvmArguments = ['-Xms512M', '-XX:MetaspaceSize=128m',
'-XX:MaxMetaspaceSize=256m', '-XX:MaxHeapFreeRatio=75',
'-XX:MinHeapFreeRatio=40',
'-XX:+UseG1GC','-XX:+UseGCOverheadLimit','-Xmx1024M',
'-Dfile.encoding=UTF-8']

every body have same problem ?
Please help me.
thank



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
Reply | Threaded
Open this post in threaded view
|

Re: OFBIZ DEPLOY MEMORY PROBLEM

Jacques Le Roux
Administrator
Hi,

Your message has been moderated.

Please subscribe to the user ML for such questions and then use your email client
See also why here http://ofbiz.apache.org/mailing-lists.html

You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
The wider the audience the better the answers you might get

Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could)

Thanks

Jacques

Le 17/06/2019 à 09:51, chinhhk a écrit :

> Hi,
> I deploy Ofbiz on a linux server have 4GB RAM.
> I test with 2 user access to ecommerce site.
> My memory used continuous increase.
>
> i config in build.gradle
>
> def jvmArguments = ['-Xms512M', '-XX:MetaspaceSize=128m',
> '-XX:MaxMetaspaceSize=256m', '-XX:MaxHeapFreeRatio=75',
> '-XX:MinHeapFreeRatio=40',
> '-XX:+UseG1GC','-XX:+UseGCOverheadLimit','-Xmx1024M',
> '-Dfile.encoding=UTF-8']
>
> every body have same problem ?
> Please help me.
> thank
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>
Reply | Threaded
Open this post in threaded view
|

Re: OFBIZ DEPLOY MEMORY PROBLEM

Jacques Le Roux
Administrator
You need to give us more details.

Which version.
Any changes?
Maybe have a look at https://issues.apache.org/jira/browse/OFBIZ-10592

HTH

Jacques

Le 17/06/2019 à 12:21, Jacques Le Roux a écrit :

> Hi,
>
> Your message has been moderated.
>
> Please subscribe to the user ML for such questions and then use your email client
> See also why here http://ofbiz.apache.org/mailing-lists.html
>
> You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
> The wider the audience the better the answers you might get
>
> Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
> I'll personally no longer accept them (other moderators still could)
>
> Thanks
>
> Jacques
>
> Le 17/06/2019 à 09:51, chinhhk a écrit :
>> Hi,
>> I deploy Ofbiz on a linux server have 4GB RAM.
>> I test with 2 user access to ecommerce site.
>> My memory used continuous increase.
>>
>> i config in build.gradle
>>
>> def jvmArguments = ['-Xms512M', '-XX:MetaspaceSize=128m',
>> '-XX:MaxMetaspaceSize=256m', '-XX:MaxHeapFreeRatio=75',
>> '-XX:MinHeapFreeRatio=40',
>> '-XX:+UseG1GC','-XX:+UseGCOverheadLimit','-Xmx1024M',
>> '-Dfile.encoding=UTF-8']
>>
>> every body have same problem ?
>> Please help me.
>> thank
>>
>>
>>
>> --
>> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>>
>