RMS size limit?

Does the RMS have a size limit? I've created one and I'm loading it with String data from a text file.But it stops adding new records and throws an RMS full exception.Any suggestions/idea's appreciated.
[219 byte] By [phmcguina] at [2007-11-27 2:14:47]
«« Arrays
»» recursion
# 1
Hi, The exception is a response to your question.Yes, RMS have a size limit and it depends on device.Hope that help, Jack
jack@square6a at 2007-7-12 2:10:51 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Well when I asked that they told me that there werent a limit, that it depends on the memory of your devicem but that is not true. The is not logical limit on the RMS but the device has a limitation for the midlets size, if your midlet uses a recordStore too big then you will get that exception even if the device still have some memory. For example a nokia 3120 cell phone can have a maximium size for midlet of 63 kb, my app was about 52 so I run out of space when saving many data. But on my nokia 631 and on a blackberry 7290 it worked without any problem.

Which device are you using?

MelGohana at 2007-7-12 2:10:51 > top of Java-index,Java Mobility Forums,Java ME Technologies...