Re: Page Map File Sizes.

2008-11-17 Thread Graeme Knight
I guess I can answer my own question: So let's say our page is 50k. We have 1000 users on a server. With each user having 100 click throughs before cleanup. So I figure roughly (51200x100) * 1000 = 5,120,000,000 So 1000 users clicking 100 times each on a 50k page will take up 5 GB of space.

Re: Page Map File Sizes.

2008-11-17 Thread Matej Knopp
Hi, the maximal file size of each pagemap file is configurable. -Matej On Tue, Nov 18, 2008 at 3:06 AM, Graeme Knight [EMAIL PROTECTED] wrote: I guess I can answer my own question: So let's say our page is 50k. We have 1000 users on a server. With each user having 100 click throughs before

Re: Page Map File Sizes.

2008-11-17 Thread Graeme Knight
Thanks Matej! That's awesome! I will look into it! Regards, Graeme. Matej Knopp-2 wrote: Hi, the maximal file size of each pagemap file is configurable. -Matej On Tue, Nov 18, 2008 at 3:06 AM, Graeme Knight [EMAIL PROTECTED] wrote: I guess I can answer my own question: So

Re: Page Map File Sizes.

2008-11-17 Thread Matej Knopp
Look at DiskPageStore constructor. But i think the defaults should be sane enough for you usecase. Although 1000 concurrent users would IMHO require quite a beefy server, on which 5gb pagestore should not be problematic. -Matej On Tue, Nov 18, 2008 at 4:16 AM, Graeme Knight [EMAIL PROTECTED]

Re: Page Map File Sizes.

2008-11-17 Thread Graeme Knight
I think you are right! Thanks once again! Matej Knopp-2 wrote: Look at DiskPageStore constructor. But i think the defaults should be sane enough for you usecase. Although 1000 concurrent users would IMHO require quite a beefy server, on which 5gb pagestore should not be problematic.