Re: EWF RAM reg memory usage

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Netpwm,

To minimize EWF RAM Reg usage in general please refer to this tip page:
http://msdn.microsoft.com/embedded/community/community/tips/xp/ramewf/default.aspx.

With regards to the IE cache.. One of the approaches that may work for you could be in creating a ram disk (search MSDN for sample
ram disk sources), change IE Cache settings to move the cache to the ram disk
([HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders],"Cache","History","Cookies") and set the CacheLimit
settings for Content/History/Cookies parts of the cache under [HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache] key.

This way you don't even have to worry about cleaning up the cache on reboot.

Read more about the reg.settings of IE cache (WinInet actually) here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcewinet/html/coconwininetregistrykeys.asp


Also please be aware that IE cache implementation on all Windows platforms has currently a few bugs related to the size. E.g., there
may appear some orphan entries in the cache that will not be included in the Cache size calculations. Therefore the CacheLimit
values may not work properly sometimes.
However, with the RAM disk limit you shouldn't be worried about it much.


Another approach would be to have an app running and monitoring the IE cache size and EWF RAM usage.

=========
Regards,
KM

> Hi,
> I have a system config as EWF RAM reg with CF as storage device. The
> Application is a kiosk terminal, therefore there will be a lot of file
> downloading, and when user exit the session, all file downloaded and temp.
> file will be removed. However the memory usage is still keep increasing. Is
> there a way to recycle back those memory, since those file is being removed,
> other than to do a reboot.
>
> thanks.


.



Relevant Pages

  • Re: Optimization problem
    ... CPU core and is able to respond to the CPU at full speed (i.e. read or ... each of the four CPU cores has 32 KBytes of L1 cache for data (and ... When you go out of L2 cache as well, the CPU must rely on the plain RAM. ... harddisk) is really called _paging_. ...
    (comp.lang.java.programmer)
  • Re: RAM shows less
    ... Are you shure to have 4294967296 Byte of Ram? ... vendor: Dell Inc. ... capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ... description: L1 cache ...
    (Fedora)
  • Re: Slow File Load Through ODBC Driver
    ... buffer cache from 772 Megs to 132Megs ... virtual) ram immediately to fox when fox generated a large select statement. ... XP professional (suspecting kernel memory handling) -- no effect; ...
    (microsoft.public.fox.programmer.exchange)
  • Re: speeding up my runtime on a c6713.
    ... it for cache, and possibly enabled the cache controller? ... I ran out of IRAM memory so I moved all my variables to ERAM. ... "Are you using all 256k of DSP ram, or have you reserved up to 64k of ...
    (comp.dsp)
  • Re: [OT] Interview with Con Kolivas on Linux failures
    ... On one side there are people who point out that programs often allocate memory that goes unused most of the time, and this memory can be better used as disk cache. ... The ultimate result of this was the addition of a "swappiness" knob to 2.6 kernels to allow people to tune this to their taste. ... I haven't felt the need to tweak swappiness on my desktop machine from the default of 60, but it's also got 1 gigabyte of RAM. ...
    (Debian-User)