__________________ Julie | Microsoft MVP Mobile Devices | Mobility Site Moderator | Judge, Smartphone & Pocket PC Best Software Awards 2007 & 2008 | visit my blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
A swapfile - nice idea, but I've never heard about it for an ax.
The only way is to put as much as you can on the SD card inclusive dll's - but that's a little off topic, maybe
Julie: I'm looking to use ramdisks as the do USE a lot of RAM permanently while loaded. What I'm looking for it to double my RAM without adding more physical RAM.
I was thinking that swapping to a flash card should work fine.
Then I think you might find the link I provided to be interesting reading. I have not tried the procedure on any of my pocket pcs. The procedure may only work when main memory is used (not a storage card) and it is not a permanent solution. That is, you would need to set it up whenever you perform a soft reset, but it is the only way I have discovered that might do what you are trying to do.
julie
__________________ Julie | Microsoft MVP Mobile Devices | Mobility Site Moderator | Judge, Smartphone & Pocket PC Best Software Awards 2007 & 2008 | visit my blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
There is no such thing as virtual memory for Windows Mobile, prerequisites are not implemented, is not up on the priority list and isn't much likely to be.
__________________ pencil and paper: n.An archaic information storage and transmission device that works by depositing smears of graphite on bleached wood pulp. More recent developments in paper-based technology include improved ‘write-once’ update devices which use tiny rolling heads similar to mouse balls to deposit colored pigment.
I don't think there is such a thing as a swap file for the ax, but if somebody knows - it's Menneisyys <---- just click on his name here :)
Thanks :)
1. unfortunately, the OS itself doesn't support paging and swapping. (Yeah, the creators of Windows Mobile did have to reduce the size of the core. The virtual memory controller does eat up a lot of memory; this is why it's, generally, not utilized in low-RAM devices like Windows Mobile ones).
2. There are very few apps that do support in-app swapping (for example, some picture viewers / editors; most importantly, Conduits Pocket Artist; some other pic viewer apps also do file system caching to free up memory as can be seen in my related article at Picture viewers/editors for the Pocket PC platform ), but this caching is VERY slow and, generally, prretty unreliable.
Thanks, Menneisyys, for responding to this thread and clearing it up (for me, anyway:)).
julie
__________________ Julie | Microsoft MVP Mobile Devices | Mobility Site Moderator | Judge, Smartphone & Pocket PC Best Software Awards 2007 & 2008 | visit my blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
What about a program like there was back in the days of DOS/Windows 3.1? There was a program called QEMM that loaded before windows to do the memory managment.
What about a program like there was back in the days of DOS/Windows 3.1? There was a program called QEMM that loaded before windows to do the memory managment.
Hey! you are really dating yourself! (I used that program extensively with a software product I supported......)
__________________ Julie | Microsoft MVP Mobile Devices | Mobility Site Moderator | Judge, Smartphone & Pocket PC Best Software Awards 2007 & 2008 | visit my blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
What about a program like there was back in the days of DOS/Windows 3.1? There was a program called QEMM that loaded before windows to do the memory managment.
QEMM didn't offer true virtual memory (auto-swapping to / from HDD's) capabilities; it "merely" made UMB's available to programs.