• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Heap size - urgent!!!

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
I've already posted this question, but haven't got any answer. It is very important for me. I'm using CLDC/MIDP for PalmOS, and it seems that 64kB is the maximum memory I can assign to an application. At the beginning I thought, that it is due to POSE, but it behaves the same way on real Palm . Maybe I've missed something, but I really cannot go through it. Is there any way to increase MIDlet's memory. Please help me.
Thanks.
 
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the following are the characteristics of mid ( Mobile Information Device ) : -

128 kb of non - volatile memory for midp implementation
32 kb of volatile memory for runtime heap
8 kb of non - volatile memory for persistent data
This is as per midp profile ( JSR 37 ). I think you have memory extention slot in handsprings & palms. But , it is for persistent storage.
I think you can not change the heap size at present. I may be wrong also.
I hope this will be helpful.
your friendly bartender
Shailesh.


[This message has been edited by shailesh sonavadekar (edited October 21, 2001).]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic