Should I be worried about what 190M is as a size, given that there are several hundred of these processes - it sounds like a lot of memory being used - how can I change this?
Top lies when it reports the amount of memory used because it doesn't indicate that most of that memory is shared memory. Each session shares memory with the memory allocated for the SGA. /usr/proc/bin/pmap is a better indicator of where the memory is allocated.
Bookmarks