Page 1 of 2

Rush stats slow when multi-table

PostPosted: Mon Feb 08, 2010 6:28 pm
by Theorize
The hud works great when one tabling Rush but if I play two tables there is noticeable lag. The stats won't show for the current player until nearly all the players have acted preflop. Any suggestions on how this can be improved?

Thx

Re: Rush stats slow when multi-table

PostPosted: Mon Feb 08, 2010 6:34 pm
by kraada
This is using PT3, correct?

What version of PT3 are you using?

Re: Rush stats slow when multi-table

PostPosted: Mon Feb 08, 2010 6:57 pm
by Theorize
Yes, sorry I didn't mention that. It's using PT3 and is the latest version 3.00 beta 30.5. Also my postgresQL version is 8.3x. My computer is newer with good performance/ lots of memory and uses windows XP.

Re: Rush stats slow when multi-table

PostPosted: Tue Feb 09, 2010 5:58 am
by WhiteRider
What specific version of postgres 8.3?
Click Start --> Programs --> PostgreSQL --> psql to 'postgres'. At the prompt type:
SELECT version();

If it's not 8.3.9 you might want to upgrade: http://www.pokertracker.com/forums/viewtopic.php?f=16&t=25765&view=unread#p125039

You could try editting your postgres.conf (PostgreSQL 8.3 -> Configuration Files -> Edit postgres.conf) to these values:

1GB machines:
Code: Select all
work_mem = 16MB
shared_buffers = 128MB
logging_collector = off

2GB machines:
Code: Select all
work_mem = 32MB
shared_buffers = 256MB
logging_collector = off

4GB machines:
Code: Select all
work_mem = 32MB
shared_buffers = 512MB
logging_collector = off


If you have a large database you could create a new database purely for your Rush hands.

If you still have problems please report your problem.

Re: Rush stats slow when multi-table

PostPosted: Wed Feb 17, 2010 6:49 am
by Theorize
I followed your instructions and got to the prompt type. In the prompt box it says "Password for user postgres:"

I try to type in my password but it won't let me type anything in this box.

Suggestions?

Re: Rush stats slow when multi-table

PostPosted: Wed Feb 17, 2010 6:59 am
by tarix
Theorize wrote:I followed your instructions and got to the prompt type. In the prompt box it says "Password for user postgres:"

I try to type in my password but it won't let me type anything in this box.


Just type 'dbpass' without the two quotes and press enter. Nothing will appear until you press the enter key.

Re: Rush stats slow when multi-table

PostPosted: Fri Feb 19, 2010 12:25 pm
by Mickel
Same thing is happens to me. Hawe tryed all settings and upgraded Posgres to the latest. Sometimes it Crashes PT3 and my Full Tilt tables is lagging a lot. Sometimes i hawe to use ctrl-alt-del and shut PT3 down. When i hawe hud off it works good.

Re: Rush stats slow when multi-table

PostPosted: Fri Feb 19, 2010 12:42 pm
by kraada
Beta 30.7 should be out shortly and will hopefully improve things for you.

Re: Rush stats slow when multi-table

PostPosted: Fri Feb 19, 2010 12:48 pm
by Mickel
That sounds teriffic. You work fast and good as always :D

Re: Rush stats slow when multi-table

PostPosted: Fri Feb 19, 2010 1:27 pm
by tarix
Mickel wrote:Same thing is happens to me. Hawe tryed all settings and upgraded Posgres to the latest. Sometimes it Crashes PT3 and my Full Tilt tables is lagging a lot. Sometimes i hawe to use ctrl-alt-del and shut PT3 down. When i hawe hud off it works good.


What version are you using? This does not sound like anything that has been reported before. I would not think Beta 30.7 would solve any of these problems for you.

highfalutin