FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
11-21-2023 10:09 AM
Operating with persitent vars can lead to the following compile info : "Not enough persistent memory"...
Most pleople facing the memory-comment won't agree intuitively since there is much memory left and the persitent-allocation is much less then the limits.
But the compiler-comment is related to the increase of additionally needed persitent memory.
The compiler allocates for a persistent-variable a memory-range with additonally reserve of around 10%. That provides little flexiblity for smaller changes. In case the modificaton on the persitent var result in a bigger memory-space than available by the reserver the compiler-error pops up.
Since the memory needs to reorganiszed the system needs to get rid of the former allocation!
Clean/CleanAll clears the allocation-history!
Solved! Go to Solution.
09-09-2024 02:34 PM
Clean/CleanAll clears the allocation-history!