Slashdot Log In
Vista Runs Out of Memory While Copying Files
Posted by
kdawson
on Tue Oct 16, 2007 02:02 PM
from the how-hard-can-it-be dept.
from the how-hard-can-it-be dept.
ta bu shi da yu writes "It appears that, incredibly, Vista can run out of memory while copying files. ZDNet is reporting that not only does it run out of memory after copying 16,400+ files, but that 'often there is little indication that file copy operations haven't completed correctly.' Apparently a fix was scheduled for SP1 but didn't make it; there is a hotfix that you must request."
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
That's OK then (Score:5, Funny)
Billy G says (Score:5, Funny)
Re:Billy G says (Score:5, Informative)
Parent
Re:Billy G says (Score:5, Insightful)
Parent
Welcome to Windows Vista (Score:5, Funny)
Re:Welcome to Windows Vista (Score:5, Funny)
the cake is a lie
the cake is a lie
Parent
It's because (Score:5, Funny)
Bad summery (Score:5, Informative)
FTA:
Not Just Vista (Score:5, Insightful)
A few years ago, while investigating a similar problem with a production server (a SERVER not a client machine) the machine would gradually grind to a halt doing the copy, while still responding (but slowly) to other operations.
I found that the "copy" command did much better than a drag and drop operation, but still would have a problem eventually. Finally, I found that this was a known problem, and that to solve it, a dedicated MS employee had written a utility called "robocopy" the "robo" not being for "robot", but for "robust" (really, it said that!).
Using that usually got the job done, much more slowly than it should have, but at least I didn't have to re-boot the machine daily to clear things up.
Now that Gates is too busy with other things to take tours of the data center, really, Microsoft should do itself a favor and ditch the VMS underpinnings of Windows (some of which they have probably forgotten how to maintain) and build your nice GUI on top of BSD or something similar. That way you won't break your budget (in manpower and electricity) trying to match the Google server farms.
Once that's done you will have the experience needed to do the same on the desktop. You will be doing the world, and yourselves a favor. Thanks in advance!
Re:Maybe this stems from... (Score:5, Funny)
Parent
Re:Maybe this stems from... (Score:5, Funny)
Then you multiply 23 by 30, get 690, take 42, reverse it to 24 and subtruct this from 690. You get 666.
What does that tell you? Ha? Ha?
Parent
Re:Maybe this stems from... (Score:5, Funny)
What does that tell you? Ha? Ha?
You've got too much time on your hands?
Parent
No more going back to XP? (Score:5, Funny)
Parent
Re:No more going back to XP? (Score:5, Insightful)
It probably is 16384.
"16400" is clueless technical writerspeak for "The developer said '16,384', and the style guide says to use three significant digits".
(Alternate explanation: "The developer said '0x4000', and the style guide says 'convert to decimal' as well as 'if it's not a round number, use three significant digits'")
There are enclued technical writers, but 16400 is so close to 16384 that it makes me suspect that the author of the MSKB article isn't one of them.
Parent
Re:Maybe this stems from... (Score:5, Insightful)
Parent
Re:Actual info... (Score:5, Informative)
Parent
Re:Actual info... (Score:5, Informative)
Very few files have data streams, so the vast majority of users won't ever see a problem. Kaspersky choses to pollute every single file with a stream, however, which is why systems with it installed exhibit the problem.
Parent
Re:Actual info... (Score:5, Insightful)
So it's Kaspersky's fault that alternate data streams are apparently no longer supported by Vista, despite being a basic part of NTFS?
Parent
Re:Actual info... (Score:5, Funny)
Well that's what you get for crossing the streams. Egon warned us. Kaspersky's risking total protonic reversal. I guess they were fuzzy on the whole good/bad thing.
Parent
OLE mem leak; only affects 'extended attrib' files (Score:5, Informative)
Parent
Re:Cumulative copies! (Score:5, Insightful)
Parent
I'm a little suspicious (Score:5, Interesting)
I'm just wondering if perhaps there isn't more to this than just "OMG Vista runs out of memory!" If it is a memory issue, why then haven't I encountered it, doing far larger amounts of files?
Parent
Re:Vista (Score:5, Interesting)
I have 13K+ music tracks on a backup disk. If I try to copy them with the Explorer UI, it does nothing - No error message or anything. I reverted to Robocopy, which works fine. You must be doing the same thing. Doesn't anyone at Microsoft have a big music collection to copy, or do they just use their Macs and iPods for that?
Parent
For those that aren't getting the joke... (Score:5, Insightful)
Parent
Re:We *ALL* need to give Microsoft a dope slap (Score:5, Informative)
Likely, they're allocating memory to store file attributes or some such that are not being free'd when done with. Hence running out of memory. If you had coded a day in your life you'd see that.
Tom
Parent