How would I determine heapsize for 16.0 GB RAM?
heapsize <kilobytes> - Specifies the amount of heap (or free store -cache, an area of memory used for dynamic memory allocation) the engine will use.
So to do the calculation, will I have to do 16.0 x 1024 first to give me 16384 MB, then divide that by 2 to give me 8192. Then multiply 8192 by 1024 to give me 8388608.