
| Key: |
DIRSERVER-681
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Invalid
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
Emmanuel Lecharny
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
27/Jul/06 09:46 PM
|
|
When doing thousands of searches, at a point, the memory get exhausted, and the server stop to deliver responses.
The first bet is that we have a memory leak somwhere. Using yourkit shows that the heap increase continuously while search requests are being processed.
However, I have done an extensive test whith all cache set to 1, and launched an heavy test (100 000 random search requests over a 10 000 entries base), with a Heap size set to 25 M, and everything is running fast (even if it's slow).
So the second bet would be that cache setting is to big in regard to the allocated memory, and we just exhaust memory using too much cache.
I will try to do a 12H test with 1 sized cache tonite, and a 48H test with 100 sized cache on tuesday and wenesday, to check which hypothese is the good one (hope the second will be it :).
|
|
Description
|
When doing thousands of searches, at a point, the memory get exhausted, and the server stop to deliver responses.
The first bet is that we have a memory leak somwhere. Using yourkit shows that the heap increase continuously while search requests are being processed.
However, I have done an extensive test whith all cache set to 1, and launched an heavy test (100 000 random search requests over a 10 000 entries base), with a Heap size set to 25 M, and everything is running fast (even if it's slow).
So the second bet would be that cache setting is to big in regard to the allocated memory, and we just exhaust memory using too much cache.
I will try to do a 12H test with 1 sized cache tonite, and a 48H test with 100 sized cache on tuesday and wenesday, to check which hypothese is the good one (hope the second will be it :). |
Show » |
made changes - 27/Jul/06 09:45 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 27/Jul/06 09:45 PM
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
|
Resolution
|
Fixed
[ 1
]
|
|
made changes - 27/Jul/06 09:46 PM
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Invalid
[ 6
]
|
|
So far, it's seems to be perfectly ok. We may not have any memory leak, or at least not an important one.
The test will be running 11 more hours.