Asked by Neil

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.

Answers

There are no AI answers yet. The ability to request AI answers is coming soon!
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions