| View previous topic :: View next topic |
| Author |
Message |
exzantia
Joined: 03 Oct 2005 Posts: 4
|
Posted: Mon Oct 03, 2005 3:13 am Post subject: Limitations |
|
|
My apologies for what may be a dumb question, but I am quite new to all this... I was wondering if there is a file size limit or a memory limit for LUA Player or can I happily keep throwing if statements and huge arrays into my program?
Thanx :) |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Mon Oct 03, 2005 3:17 am Post subject: |
|
|
afaik is the limit of psp @32mb ram (not sure how much is not used by the os)
luaplayer uses garbage-collector (so you might hrow as much as you want, cause its deleted when you do not catch it ;) ) _________________ "Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com |
|
| Back to top |
|
 |
exzantia
Joined: 03 Oct 2005 Posts: 4
|
Posted: Mon Oct 03, 2005 3:21 am Post subject: |
|
|
| Hmmm... okay... thats reassuring, thanx a lot... |
|
| Back to top |
|
 |
|