Re: Palm ZIRE dynamic heap size

2003-08-14 Thread Nicolas Pabion
IF you check the Palm SG PluggedIn FAQ, you'll see it has121KB of dynamic
heap (assuming device was just hard-reset).

Nicolas

"HermesPalm" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

Hi all,


can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of
memory, OS 4.1


Thanks,
Ciprian





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Palm ZIRE dynamic heap size

2003-08-14 Thread HermesPalm
Hi all,


can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of memory, 
OS 4.1


Thanks,
Ciprian


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm ZIRE dynamic heap size

2003-08-14 Thread Douglas Handy
Ron,

>Although total dynamic heap size is fixed by the hardware vendor, 
>the amount of available dynamic memory is not, 

Yes, I should have said "maximum".  My larger point was that the vendor
determines the allocation between storage and dynamic, which is fixed. 

>Because of this, it is important to test an application with much less
>dynamic heap available than the default amount available on a clean idle
>handheld after a cold boot.

And that to me is one of the reasons a drawlist callback is preferable to a list
stored in dynamic memory.  Testing under low memory conditions is a good idea,
and programs like Memory Hog make it easy to do so.

Doug

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm ZIRE dynamic heap size

2003-08-14 Thread Ron Nicholson
On Fri, 8 Aug 2003 11:23:37, Douglas Handy wrote:
> [bullshark wrote:]
>> No. Available memory depends on memory use. It's not
>> a fixed number.
>
> Wrong.  It is a number fixed by the manufacturer.  Adding 
applications or
> database records has *no* affect on the number.  Running enabled 
hacks may
> reduce the size though.

The two of you are talking about 2 different things.  Although total
dynamic heap size is fixed by the hardware vendor, the amount of 
available
dynamic memory is not, as it may be affected not only by "hacks", but by
display depth, network driver status, whether any OS upgrades have been
installed, background sound threads on newer models, etc. etc.

Because of this, it is important to test an application with much less
dynamic heap available than the default amount available on a clean idle
handheld after a cold boot.
Ron Nicholson
HotPaw Productions
   
--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm ZIRE dynamic heap size

2003-08-10 Thread Steve K
Say i'm downloading a DB file to the zire to be used in a project, what are
the size limitations on such a file?

Thought i'd chime in.

tia,

Steve

"Douglas Handy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Bullshark,
>
> >>can anyone tell me how much dynamic memory has a Palm Zire with only 2
MB of memory, OS 4.1
>
> >No. Available memory depends on memory use. It's not
> >a fixed number.
>
> Wrong.  It is a number fixed by the manufacturer.  Adding applications or
> database records has *no* affect on the number.  Running enabled hacks may
> reduce the size though.
>
> Out of the 2MB total memory, the dynamic size of this device is 121KB.
>
> I'd recommend using Memory Hog to test applications in low memory
situations.
> It is a freeware app which lets you "hog" storage and / or dynamic memory
for
> purposes of testing.  It also reports what is the total and currently
available
> size of each on the app at that point in time.
>
> Doug
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm ZIRE dynamic heap size

2003-08-09 Thread bullshark
On Fri, 8 Aug 2003 11:25:40 +0300, "HermesPalm" <[EMAIL PROTECTED]> wrote:

>
>Hi all,
>
>
>can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of memory, 
>OS 4.1
>

No. Available memory depends on memory use. It's not
a fixed number.

bullshark


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm ZIRE dynamic heap size

2003-08-08 Thread Douglas Handy
Bullshark,

>>can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of memory, 
>>OS 4.1

>No. Available memory depends on memory use. It's not
>a fixed number.

Wrong.  It is a number fixed by the manufacturer.  Adding applications or
database records has *no* affect on the number.  Running enabled hacks may
reduce the size though.

Out of the 2MB total memory, the dynamic size of this device is 121KB.

I'd recommend using Memory Hog to test applications in low memory situations.
It is a freeware app which lets you "hog" storage and / or dynamic memory for
purposes of testing.  It also reports what is the total and currently available
size of each on the app at that point in time.

Doug

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/