Moderator: Moderators
work_mem = 16MB
shared_buffers = 128MB
logging_collector = off
work_mem = 32MB
shared_buffers = 256MB
logging_collector = off
work_mem = 32MB
shared_buffers = 512MB
logging_collector = off
GoretexG wrote:By the way, what is the memory grabber and where can I find it? I play both normal games and rush games
tarix wrote:Here's some things I've noticed so far:
1) Turn off the memory grabber. It's not necessary for Rush Hud.
2) Queue up all your tables at the buy-in window and wait for the PT3 Icon to show. This will reduce the start-up lag.
3) Use Fade (I don't think anyone is really using Slide )
4) Run ANALYZE (in Housekeeping) once daily. The other stuff only do every 10k hands.
Advanced optimizations:
1) Edit 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
We have some additional improvements in the works, but some of you are pretty close and I think these small tweaks might get you there.
techvoodoo wrote:will you need to turn the memory grabber back on when playing regular tables?
techvoodoo wrote:The shared_buffers paramater has a # infront of it by default. I don't know SQL too well but isn't that commented out? the other 2 paramaters don't have the # symboll in front of them.
Return to Technical Support / Bug Reports [Read Only]
Users browsing this forum: No registered users and 28 guests