Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Sling Error on Page Exceeding Bytes Limit

Avatar

Level 1

The code of method render(PrintWriter, Bindings, Bindings, RenderContext) is exceeding the 65535 bytes limit

I'm just extending the functionality of an existing component and I am now receiving this error. If I remove a certain amount of the code (Any code) The component functions properly again.

Does anyone have any solutions to this?

Version: 6.4.6.0

1 Accepted Solution

Avatar

Correct answer by
Level 3

I believe if the code exceeding the specific limit in given file you will see this exception. You need to have the logic split in 2 different file.

I followed the same approach and it worked.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

I believe if the code exceeding the specific limit in given file you will see this exception. You need to have the logic split in 2 different file.

I followed the same approach and it worked.