test will not be finished when i using 200 client threads

Поиск
Список
Период
Сортировка
От colin
Тема test will not be finished when i using 200 client threads
Дата
Msg-id 1350869002033-5729272.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: test will not be finished when i using 200 client threads  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Hello all,

I am trying to test postgresql using YCSB, and when i set client thread as
200, i found it will not be finished.
and log likes

-bash-3.2$ vi postgresql-Sun.log
LOG:  database system was shut down at 2012-10-21 21:32:52 KST
LOG:  database system is ready to accept connections
LOG:  autovacuum launcher started


My key configuration in postgresql.conf


listen_addresses = '*'
max_connections = 400
shared_buffers = 512MB
temp_buffers = 200MB
work_mem = 1GB
maintenance_work_mem = 512MB


do you know why?





--
View this message in context:
http://postgresql.1045698.n5.nabble.com/test-will-not-be-finished-when-i-using-200-client-threads-tp5729272.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: 9.1-903 JDBC 3 Download
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: test will not be finished when i using 200 client threads