Need pagefile in EWF Ram Reg?

H

helloxpe

My XPE run on CF card(size is 1G£¬Patition is C disk), the PC's physical
Memory is 1G.
In XPE,Only run one AP(MFC program), it is read only, the data read/write is
in D partition. EWF
Overlay Type is RAM REG(),i don't know if need enable pagefile support?
or how i think about the problem?

sorry, my english is rusty:)
 
S

Sean Liming \(eMVP\)

Typically, you don't want a pagefile if EWF is enabled, especially in RAM or
RAM REG configuration. Since you have a read/write partition, you can enable
the page file and have it reside on the read/write drive with a registry key
change:

Key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session
Manager\Memory Management
Value Name: PagingFiles
Value: <path\pagefile.sys minsize maxsize> i.e. d:\pagefile.sys 150 500

You will loose some debug capability.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
G

Guest

Sean Liming: thank you very much!

I want to know whether pagefile.sys may be destroyed when the XPE is
shutdown illegally(ex: an electric power cut immediately)?

I know the OS may not be started up again when the pagefile.sys was
destroyed. we need one reliable OS(XPE)

I understand it correctly?

thanks again:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top