View previous topic :: View next topic |
Author |
Message |
rejoyce AuctionSieve regular
Joined: 24 Feb 2005 Posts: 22
|
Posted: Thu Feb 24, 2005 6:38 pm Post subject: monitor memory usage (it uses a lot!) |
|
|
i am writing to say that i love this product, and use it everyday. but i never quit the application, and i've noticed that it takes up quite a bit of memory -- we're talking 60 to 100 MB. now that seems too much for what it is doing. i don't have an obscene amount of sieves, and each of them doesn't return many entries. more like 40 pages, with a few items on each page. i have around 50 items in the watch list, and another 50 in the price history.
where is all the memory going? |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Sat Feb 26, 2005 10:33 am Post subject: |
|
|
Thanks!
The memory is going 2 places :
1. It's written in Java, and Java programs often take up quite a bit of memory.
2. My dodgy code? I have a feeling I may have some memory leaks regarding images. Even so, 40 pages of results is quite a lot of images.
40 pages * 50 results = 2000 auctions.
Images are probably about 10k plus the extra memory needed to handle them.
So 2000 * 10k = 20MB |
|
Back to top |
|
 |
rejoyce AuctionSieve regular
Joined: 24 Feb 2005 Posts: 22
|
Posted: Thu Mar 10, 2005 6:41 pm Post subject: images |
|
|
ahhh, images... good point. i will turn them off and see how it goes. thanks for answering. |
|
Back to top |
|
 |
|