Limiting RAM

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

I have a need to limit the amount of RAM Windows XP is using for a
particular program. This program uses DAO as a component and it will not
work when there is more than 1000MB of RAM. Any thoughts? I know this is
configurable in Citrix in a registry entry, but wonder if anyone knows a way
to do this in XP? Thanks.
 
Nick said:
I have a need to limit the amount of RAM Windows XP is using for a
particular program. This program uses DAO as a component and it will not
work when there is more than 1000MB of RAM. Any thoughts? I know this is
configurable in Citrix in a registry entry, but wonder if anyone knows a way
to do this in XP? Thanks.

I have no idea if this will work with your application, but it works for
a DOS application that we run:

c:\applicationdirectory\applicationexecutable -extk 1000000 runit

Where c: is the drive where the application resides,
applicationdirectory is the folder where the application resides (could
be something like c:\program files\applicationdirectory), and
applicationexecutable is the name of the executable file that starts the
application.

--
The reader should exercise normal caution and backup the Registry and
data files regularly, and especially before making any changes to their
PC, as well as performing regular virus and spyware scans. I am not
liable for problems or mishaps that occur from the reader using advice
posted here. No warranty, express or implied, is given with the posting
of this message.
 
Back
Top