Skip to main content

Compiler Error C0102

Message: Out of retain memory: Variable '<variable name>', <byte size> bytes.

Possible error cause: More retain memory is used than is available on the PLC. It is also possible that the retain memory is too fragmented due to incremental builds.

Error correction: Use the Clean for fragmenting the memory. This will force the reallocation of all data at the next build.