Hi Carlos,
Our [bootloader + application] has 8 MB as the rbin size. Currently we are trying to add a 13 MB external s19 to the rbin
as a tfsdata. During compilation we get the following error on the code warrior(10.6.4).
">### Error: Out of memory ###
Errors caused tool to abort." in the compiler.

We tried increasing the heap size for eclipse to 768M from 512M [Default]. Still we get the same error.
Old Configuration-
-vmargs
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Xms256m
-Xmx512m
-XX:MaxPermSize=256m
After resizing-
-vmargs
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Xms768m
-Xmx768m
-XX:MaxPermSize=768m
Regards,
Sumish George Cherian,
Software Engineer