Shop OBEX P1 Docs P2 Docs Learn Events
who know what this means? — Parallax Forums

who know what this means?

daniel dingdaniel ding Posts: 52
edited 2011-11-13 17:53 in Propeller 1
I got a big problem in programing, the spin tool give me a message like this"object exceeds runtime memory limit by 651 longs"
QQ截图20111113210436.jpg

thanks

Comments

  • AleAle Posts: 2,363
    edited 2011-11-13 05:12
    I'd guess that your program does not fit in the 32KBytes of HUB RAM. You may have to trim buffers/variables/code to make it fit :)
  • Duane DegnDuane Degn Posts: 10,588
    edited 2011-11-13 10:08
    Daniel,

    Where you press F8, does it tell you you have any room left?

    Have you added video to the project? The TV objects (and buffer) take a lot of room.

    Duane
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2011-11-13 10:19
    You might try BST. It has a function which skips unused code making the program smaller.

    http://www.fnarfbargle.com/bst.html

    OBC
  • daniel dingdaniel ding Posts: 52
    edited 2011-11-13 17:49
    Duane
    I think I have already found out the error.
    As you told, no room left in RAM.haha!
    now my problem is how to trasfer the value of x and y to another object.
    Daniel
  • daniel dingdaniel ding Posts: 52
    edited 2011-11-13 17:53
    thanks guy
    it is a good soft for me,I will try later.
    I have already downloaded it from the website u gave.
Sign In or Register to comment.