To generalize Julian's comments:

db_buffer size == db_block_buffers * db_block_size

Even if you have lots of memory to spare, it is not always advisable to allocate more memory to Oracle because you can cause swapping and decrease performance.

Good luck.