Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Windows what is a "runtime image"? [closed]

I am reading the book "MySQL 5.0 Certification Study Guide".

On page 362 it states:


• mysql-debug contains support for debugging. Normally, you don't choose this server for production use because it has a larger runtime image and uses more memory.


What is an "image"? I have searched extensively to try to find the answer.

like image 733
davidjhp Avatar asked Dec 06 '25 14:12

davidjhp


1 Answers

The image is the size of the executable code in memory.

In general, "X uses more memory than Y" could refer to both the runtime image size and the amount of space allocated for non-executable data. This quotation is clarifying that both are worse in the debug version.

like image 145
japreiss Avatar answered Dec 09 '25 03:12

japreiss



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!