cancel
Showing results for 
Search instead for 
Did you mean: 

Design 64K error

Former Member
0 Kudos

Hi ,

While deploying i am getting design error 64 K Byte error

Error in compiling Flex application: Error: A function in the code exceeds the 64K byte limit (actual size = '67729'). Since the problem occurs in the compiler-generated deferred instantiation code, please refactor/componentize portions of this document.

Has any1 faced such issue b4...what can be done...we cannot refactor components now

Thanks

Prashant

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This is well Know issue in Visual Composer.

It is like 32k Bug .

This is happening because of Your code or statements Exceeding 64K Byte memory .

This can be avoid by useing Flex2 compiler or with flex if you want drag a laye on to the Design board.

or Make your model as nested iviews .

But above solutions for Flex may not work also.

Only soltuion for this Flex2 Compiler.

Regards,

Govindu

Former Member
0 Kudos

The 64k problem refers to a single function or statement that is too long for the Flex compiler, be a bug or not. Unlike the 32k error, the message is a bit clearer. (...A function in the code exceeds the 64K byte limit... ).

Remove the longer statements from the model and the message will vanished.

If you have any Long text for the text fields..try to use tool tip rather than having the long text.

Cheers!!