PostgreSQL SHOW work_mem shows 16GB but configured to 1024MB -


i'm working on postgresql 9.4 , wondering work_mem. if query

show work_mem; 

i get:

work_mem text 16gb 

however if grep config file (the file show config_file) get:

work_mem = 838860kb   # min 64kb work_mem = 1024mb     # pgtune wizard  

the configuration option 16gb temp_buffers. change work_memvalue?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -