You need to know db_block_size to figure this out. Suppose it's 8k. Then increasing db_block_buffers by 128 would add another 8k*128=1024k=1mb to the db buffer cache. For 100mb the increase to db_block_buffers would be 12800. The new value of db_block_buffers would be 139005+12800=151805.
If you have a block size different from 8k you need to go through a similar calculation to figure out the adjustment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.