Shop OBEX P1 Docs P2 Docs Learn Events
object exceeds runtime memory limit by 4072Kb. — Parallax Forums

object exceeds runtime memory limit by 4072Kb.

virgivirgi Posts: 1
edited 2007-04-03 15:23 in Propeller 1
Hi, we are working with the propeller chip and when compiling our sourcecode appears this message: object exceeds runtime memory limit by 4072Kb. Can someone help us??Thx[noparse];)[/noparse]

Post Edited By Moderator (Chris Savage (Parallax)) : 4/3/2007 5:57:00 PM GMT

Comments

  • bambinobambino Posts: 789
    edited 2007-04-03 15:18
    Virgi,
    Go to each object and press F8 and find which one is more than expected.
    Being that much over the limit you are probably declaring more object references than you need. Remember each instance of an object duplicates its variables.
  • BaggersBaggers Posts: 3,019
    edited 2007-04-03 15:19
    your code or data buffers are too big to fit on the chip.
    bambino pipped me to it.
  • bambinobambino Posts: 789
    edited 2007-04-03 15:23
    What can I say Baggers,

    It is a slow day here at the old Money Maker!
Sign In or Register to comment.