Thread: a question came to my mind...

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    731

    a question came to my mind...

    How can I see what is in my virtual memory? I want to see what is in it and be able to change things (without anouther program).

  2. #2
    Registered User
    Join Date
    Dec 2004
    Location
    Oklahoma City
    Posts
    55
    What OS?

    If windows, just look in the Task Manager, look at what's running (Programs and Processes) and adjust according to your needs. Adjust VM size if needed also, should be around 1.5 times your total RAM.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I think he's wanting to see the contents of the virtual memory. As for the original question, I really don't know much about virtual memory, but I imagine that the process is similar to viewing the contents of say, the hard disk. There are programs such as DOS's debug which can display the raw data (usually in hex) on the screen.

  4. #4
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    well I searched and searched and found nothing. I know people can do it but windows protexts it soo much and it is always being used. I tried many programs but most just say RAM. I even searched download.com. I googled alot of different things. I can't think of anythin else to do...

    But I won't give up!

  5. #5
    Registered User
    Join Date
    Dec 2004
    Location
    Oklahoma City
    Posts
    55
    Quote Originally Posted by Rune Hunter
    How can I see what is in my virtual memory? I want to see what is in it and be able to change things (without anouther program).
    I'm confused, task manager does just what your asking for without the need of another program. Anything listed in the "Mem Usage" column could be in Virtual Memory, it depends on how big it is will depend on if it needs to use a swapfile.

    I can't recall seeing anything that will let you look into the actual swapfile to see what's in there. I think one of the problems would be that their may only be parts of programs and processes since virtual memory is only used when there is not enough ram to perform the task you want.

  6. #6
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    If it's in linux you can just cat /proc/kcore (it's going to be spammy)
    If you understand what you're doing, you're not learning anything.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  2. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. Physics question
    By Panopticon in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 06-09-2003, 11:06 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM