Re: Used memory is smaller by ActiveSync?
From: Kevin Collins \(MS - SQL Mobile\) (kevincol_at_online.microsoft.com)
Date: 10/21/04
- Next message: Kevin Collins \(MS - SQL Mobile\): "Re: sql server ce and windows mobile 2003 edition"
- Previous message: Torbjorn Stavas: "Re: sql server ce and windows mobile 2003 edition"
- In reply to: Khanh: "Used memory is smaller by ActiveSync?"
- Next in thread: Khanh: "Re: Used memory is smaller by ActiveSync?"
- Reply: Khanh: "Re: Used memory is smaller by ActiveSync?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 09:48:30 -0700
It's not clear if you are doing the same operations on both devices. SQL
Server CE, along with .NET CF will use memory based on what operations have
been executed. If you are syncronizing the database, then the SQL Server CE
cache is growing in size to hold the temporary transaction database. If you
close down the application and restart, you should see the memory be
returned to the memory pool immediately. Also, SQL CE will release the
memory over time.
"Khanh" <khanh@glassegg.com> wrote in message
news:b76c32be.0410210645.18f17e9d@posting.google.com...
> hi all,
>
> There is a weird phenomenon that i can't understand why.
> My PDA, PocketPC 2003, SQL Server CE, synchronizes master data with
> SQL Server 2000 by Merge Replication, and the local database file .sdf
> is about 70 MBs. In memory, I saw:
> Memory for program:
> Used memory: 77MBs
>
> Then I copied this sdf file to Desktop PC via ActiveSync, then
> copied to other PDA. The used memory size is smaller significantly!!!!
> Memory for program:
> Used memory: 45MBs
>
> File size is still the same on both PDA: 70 MBs, but used memories
> are various !!!!
> FYI, PDA is Fujitsu Loox FLX3AW, PocketPC 2003, Japanese version OS
>
> I would really like to know why. This can help my program having
> much free memory to run.
>
> Thanks,
> K
- Next message: Kevin Collins \(MS - SQL Mobile\): "Re: sql server ce and windows mobile 2003 edition"
- Previous message: Torbjorn Stavas: "Re: sql server ce and windows mobile 2003 edition"
- In reply to: Khanh: "Used memory is smaller by ActiveSync?"
- Next in thread: Khanh: "Re: Used memory is smaller by ActiveSync?"
- Reply: Khanh: "Re: Used memory is smaller by ActiveSync?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|