← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 691458] Re: memory allocation - deallocation problem

 

Hello Jay,

Thank your precious efforts but we tested the same thing with v6, and
found the issue is still there.

We have created a 2 mb file for using following command on ubuntun 10.04
LTS 32 bit.

dd if=/dev/zero of=test.file bs=2500000 count=1

and we have used following script over our network to test the OpenERP
v6 for the same issue.

Regards,
Parthiv?field.comment=Hello Jay,

Thank your precious efforts but we tested the same thing with v6, and
found the issue is still there.

We have created a 2 mb file for using following command on ubuntun 10.04
LTS 32 bit.

dd if=/dev/zero of=test.file bs=2500000 count=1

and we have used following script over our network to test the OpenERP
v6 for the same issue.

we have tested using same script in network with almost 10+ users on hardware having 6gb or ram, and quad core CPU, which turn out be full in few mins and memory never got released even if we stopped importing the data.
 
Memory release is only possible when we STOP the server.

Feel free to ask more in case of any further details required.

Regards,
Parthiv

** Attachment added: "script to reproduce the bug"
   https://bugs.launchpad.net/openobject-server/+bug/691458/+attachment/1777377/+files/data_imp.py

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/691458

Title:
  memory allocation - deallocation problem

Status in OpenObject Server:
  Won't Fix

Bug description:
  Hi,

In stable server with around 15,000 records when view has been open multiple times and browsed through couple of thousand records I have noticed that memory usage by OpenERP server is keep on increasing and never decrease, even after closing the view memory allocation is still there.

For example. 

When i first opened around 100 record memory allocation was around 1200 MB, after browsing through the records it went to around 1250 MB, now when i opened view of another object which has only few records, my memory allocation still remains the same around, again i open a big bunch of records again memory allocation increased to 1325 MB. 

So this made me think that either openerp server is not able to de-allocate the memory that it has used.

When I stopped the server i finally got free memory used by server.

Issue with stable server : 2161.

Regards,
Parthiv





References