|
-
Jul 24th, 2010, 08:18 AM
#1
Thread Starter
Fanatic Member
-
Jul 25th, 2010, 03:30 AM
#2
Re: cached memory?
That's not really helpful. The meaningful information will be on the Processes tab.
Not sure if they've changed the column headers, but the ones that should be most significant would be "VM Size" and "Mem Usage".
This will allow you to determine which processes are using large amounts of memory.
Perhaps you have a memory leak, but in my experiences VMs segregate large chunks of RAM for themselves(usually 512MB to 1 GB or more, for 'modern' OS), and this could certainly be causing a lack of resources. You may need to lower the amount dedicated to each VM in order to run more VMs.
Software I use and highly recommend: Opera, Miranda IM, Peerblock, Winamp, Unlocker Assistant, JoyToKey, Virtual CloneDrive, Secunia PSI, ExplorerXP, GOM Player, Real Alternative, Quicktime Alternative,Sumatra PDF, and non-freeware: Photoshop and VB6( ).
My codebank: AllRGB, Rounded Rectangle(math), Binary Server, Buddy Paint, LoadPictureGDI+, System GUID/Volume Serial, HexToAsc, List all processes and their paths, quasiString matching
Strings(search, extraction, retrieval etc): Retrieve BBCode Link from HTML, RemoveBetween ()'s, strFindBetween(str1,str2), Insert text in HTML, HTML - GetSpanByID
-
Jul 25th, 2010, 06:33 AM
#3
Thread Starter
Fanatic Member
Re: cached memory?
Yes, they've changed the column headers. But as I understood it "private working set" was the real memory being used that used to be called "virtual memory" in xp. As you can see the most memory being used is about 140mb by firefox. Also, when I said I ran vms I didn't mean I have dozens of them. I have an 8gb system. I run different vms at different times. Right now I'm only allocating 1gb to server 2008 & I allocated 1gb to vista. My vista vm won't start because I have only 36mb free of ram! Something is eating up my memory in cached. So I currently only have 1 vm running. I don't have anymore running. Technically I should be able to run others because I'm using about 2gb of total memory. I've been able to run 3 vms at one time in the past. Now I can only run 1.
Last edited by drivenbywhat; Jul 25th, 2010 at 06:41 AM.
[vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you. 
-
Jul 25th, 2010, 10:40 AM
#4
Re: cached memory?
Have you by any chance moved the pagefile to another partition?
Delete it. They just clutter threads anyway.
-
Jul 25th, 2010, 11:59 AM
#5
Thread Starter
Fanatic Member
Re: cached memory?
Nope. Pagefile is still in c drive.
[vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you. 
-
Jul 25th, 2010, 02:08 PM
#6
Re: cached memory?
http://www.codinghorror.com/blog/200...my-memory.html
Turn SuperFetch back on, stop using FireFox. You might be amazed at how smooth things run for you then.
-
Jul 25th, 2010, 02:26 PM
#7
Thread Starter
Fanatic Member
Re: cached memory?
Superfetch stays off and I will keep firefox.
[vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you. 
-
Jul 25th, 2010, 08:18 PM
#8
-
Jul 25th, 2010, 10:55 PM
#9
Re: cached memory?
Have you considered calling Microsoft for support? Assuming you own a valid Windows license(because if you did you're paying for support!).
Software I use and highly recommend: Opera, Miranda IM, Peerblock, Winamp, Unlocker Assistant, JoyToKey, Virtual CloneDrive, Secunia PSI, ExplorerXP, GOM Player, Real Alternative, Quicktime Alternative,Sumatra PDF, and non-freeware: Photoshop and VB6( ).
My codebank: AllRGB, Rounded Rectangle(math), Binary Server, Buddy Paint, LoadPictureGDI+, System GUID/Volume Serial, HexToAsc, List all processes and their paths, quasiString matching
Strings(search, extraction, retrieval etc): Retrieve BBCode Link from HTML, RemoveBetween ()'s, strFindBetween(str1,str2), Insert text in HTML, HTML - GetSpanByID
-
Jul 25th, 2010, 11:15 PM
#10
Re: cached memory?
Actually only if you bought a retail license. OEM editions require the OEM to provide support.
-
Jul 30th, 2010, 06:23 PM
#11
Thread Starter
Fanatic Member
Re: cached memory?
Microsoft charges you like 150$ for support. I forget how it works but they take your info (credit card, etc) and at the end depending on what the problem was they charge you. So no I do not have MS on speed dial.
But the issue is resolved. After a couple of reboots I got my memory to stay low. After running runmap I saw that most of my memory being taken up were from isos still hanging in cache. I'm not sure but I think vmware was still holding onto the iso for the os loads.
I still couldn't get more than 1 vm to run but figured it out. I'm so used to configuring xp & 2003 vms and giving them 512mb each that running 3 of them wasn't a problem. In vmware you can assign each vm a certain amount of memory but there is a higher setting that this memory is allocated from. I had that setting at 2gb. So running vista & 2008 vm was already at 2048mb, hence the error of not enough memory even though I clearly had enough free memory.
So, it was user error for at least part of this issue. Thanks for trying to help everyone.
PS - wished this forum allowed email notification without having to check the forum. Didn't know there were more replies to my question until I decided to stop by to close the thread.
[vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you. 
-
Jul 31st, 2010, 06:22 PM
#12
Re: [RESOLVED] cached memory?
PS - wished this forum allowed email notification without having to check the forum. Didn't know there were more replies to my question until I decided to stop by to close the thread.
Huh? I get an email every time anyone replies to a thread I have posted in...
Also, why have you turned SuperFetch off? Do you actually understand what it does?
-
Jul 31st, 2010, 07:04 PM
#13
Re: [RESOLVED] cached memory?
 Originally Posted by chris128
Huh? I get an email every time anyone replies to a thread I have posted in...
Open User CP > under Settings & Options go to Edit Option > there look for 'Default Thread Subscription Mode', set to Do not subscribe.
-
Jul 31st, 2010, 07:12 PM
#14
Re: [RESOLVED] cached memory?
No, I'm not saying I dont want to get an email. I'm saying I do get an email so I dont understand how someone can say they wish this forum allowed email notification...
-
Jul 31st, 2010, 07:15 PM
#15
Re: [RESOLVED] cached memory?
Hehe. I didn't actually read the part you quoted. Thought you were having a problem with it.
Maybe drivenbywhat will find the info useful.
-
Jul 31st, 2010, 08:57 PM
#16
Thread Starter
Fanatic Member
Re: [RESOLVED] cached memory?
I guess I need to clarify what I mean by "not getting notified". Yes, I do get notified when someone replies to a thread I'm subscribed to. However, I am not notified of further replies until I log into vbforums and check the thread. Get it now? So I did get notified when you replied chris, the post of why I have superfetch off. But I did not receive a notification of baja_yu replying, you then replying to him & finally him replying one more time. We are all busy. Sometimes we can't check new replies right away or we check the reply but don't necessarily login to vbforums. So not getting notified of further replies is to say the least, a bit frustrating.
[vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you. 
-
Jul 31st, 2010, 09:00 PM
#17
Thread Starter
Fanatic Member
Re: [RESOLVED] cached memory?
As to why I turned superfetch off, unless windows lets me specify what programs & files I would like preloaded then it will never fit my needs and just annoy me with a blinking light of my hd. For example, I used an iso, about 2-3gb, to install server 2008 on vmware. I will only use that iso that one time until at least another 30-60 days before I need to reload to "renew" my activation. Do you think I like seeing windows preloading 2-3gb of that iso everyday? Nope.
[vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you. 
-
Aug 1st, 2010, 06:54 AM
#18
Re: [RESOLVED] cached memory?
Why would it preload something like that every day? Have you actually read the link that someone else posted earlier that explains how it works: http://www.osnews.com/story/21471/Su...it_Works_Myths
-
Aug 1st, 2010, 08:40 AM
#19
Thread Starter
Fanatic Member
Re: [RESOLVED] cached memory?
No I did not read the link that was posted. I've read enough about superfetch when I was trying to decide whether to keep it or turn it off. As to why superfetch loaded my isos everyday is beyond me. I just know it did and it really irritated the crap out me. So like I said before, unless I can tell windows what to preload for me, it guessing & trying to adapt to my needs isn't there yet.
[vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|