Results 1 to 6 of 6

Thread: Run program with less RAM

  1. #1

    Thread Starter
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Run program with less RAM

    I have an ancient program that crashes because my computer has too much ram. It doesn't work if it sees more than 512 mb of ram. Is there a way to run in a compatability mode or something where it would only have access to 512 mb of ram?
    My monkey wearing the fedora points and laughs at you.

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Run program with less RAM

    Is it an MS DOS program? If it is then I think you can right click on the file and go to properties and there are some memory options in there.
    If not then the only other option I know of would be to just use a virtual machine (Virtual PC and VMWare Workstation are both free downloads) as you can limit the memory available to a virtual machine with ease.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Run program with less RAM

    have you tried running it in win95 compatibility mode? This lies to the program and tells it settings such as 2gb hard drive, 512mb memory, etc.

    i forgot the obvious: check on line for a patch. I have a couple of older games that won't even launch in xp without a patch. Revolt comes to mind. Sure am glad i kept the patch on my hard drive. It's not available on line any more.
    Last edited by Lord Orwell; Jul 14th, 2009 at 04:04 AM.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  4. #4

    Thread Starter
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Run program with less RAM

    There is no patch, and a newer version is many thousands of dollars. The 95 compatibility setting didn't solve the issue either. I will probably load the software on a virtual pc, but I am concerned about performance because the computer is just an eeepc. I had been hoping for a sandbox mode program host or something.
    My monkey wearing the fedora points and laughs at you.

  5. #5
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Run program with less RAM

    thats pretty much what a virtual PC is though isnt it... a separate environment that you can run programs in that can be tailored to have as much memory and hard drive space as you like (within the constaints of the physical machine you run it on obviously).
    I find VMWare to be slightly quicker than Virtual PC so if performance is a worry then you might want to go down that route.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  6. #6
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Run program with less RAM

    Quote Originally Posted by chris128 View Post
    thats pretty much what a virtual PC is though isnt it... a separate environment that you can run programs in that can be tailored to have as much memory and hard drive space as you like (within the constaints of the physical machine you run it on obviously).
    I find VMWare to be slightly quicker than Virtual PC so if performance is a worry then you might want to go down that route.
    it's more processor intensive than a sandbox.

    my question: are you absolutely 100% sure it's the memory that is the issue?
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width