• 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

Minimum memory requirements for cldc

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See these parts extracted from the specification:

1.2: Minimum memory budget has been raised from 160 to 192 kilobytes, mainly
because of the added floating point functionality.


2.1 : ■ at least 192 kB of total memory budget available for the Java platform (see
Section 2.2.1 �Hardware requirements�),


2.2.1 The CLDC Specification assumes that:
■ At least 160 kilobytes of non-volatile1 memory is available for the virtual
machine and CLDC libraries.
■ At least 32 kilobytes of volatile memory2 is available for the virtual machine
runtime (for example, the object heap.)


I am veru confused, what was the minimum requirement in memory (for jvm and also for volatile memory) in cldc1.0 and what did it become in cldc1.1 ?
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks to me like it is 192KB
160 + 32 = 192
Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic