Business Objects and RAM

  • Thread starter Thread starter Boas Enkler
  • Start date Start date
B

Boas Enkler

Hi there

in my application I load at start up some businessobjects which do some
tasks for me like adding an appointment, preparing some SQL statements etc.

there 7 Objects take 5 MB in RAM, is this a standard value ? for me it
seems like this a little to much. especially when I think of some T-Com
Devices with WM 5.0 which have only about 15 - 20 MB RAM left (after des OS
things were loaded)

What are your experiences ? Any hints?

Thanks in advance
Boas
 
Boas,

What (if any) classes do your business objects inherit from? Are you
dragging in any additional functionality that you don't really need? Do you
reuse the business objects, or do you instantiate new ones each time you
need them? These are some things to think about that might reduce the memory
requirement of your app.
 
Back
Top