Deleted member 219079
D
Deleted member 219079
I got:
2707 files (4,96 GB)
Can you do better? :3
2707 files (4,96 GB)
Can you do better? :3
Better means more or less? Mine is empty (emptying at least once everyday).
Same here. SHIFT+DEL, I don't want unnecessary files fucking around my hard disks.Maker said:I don't have anything there, ever. I directly delete stuff.
Here's the Information of my aunt's laptop, but I might give you folks the old screenshot of my Netbook.
When i check how many files and in size is my wc3 folder big it is 80k files and 13gb big, i have huge collection of models maps icons wip things and many copies.
Wasn't it 3.25GB? And less with XP? Correct me if I'm wrong.
Wasn't it 3.25GB? And less with XP? Correct me if I'm wrong.
System reserved, some of the memory is."The memory for 32 bit systems can be up to 4GB total." I didn't get this. Couldn't the memory be as much as mobo allows? How much is used is limited to 3.25GB.
http://www.youtube.com/watch?v=s1WnjQpuexU
At 1:00, few seconds later, he says 32-bit has 3.25 GB limit.
"The memory for 32 bit systems can be up to 4GB total." I didn't get this. Couldn't the memory be as much as mobo allows? How much is used is limited to 3.25GB.
That must be an on-board gpu, which has shared memory with the processor.
The address space for 32 bit systems is guaranteed to be 4Gb, because
bits:4294967296
kbits:4194304
mbits:4096
Gbits:4
This is the byte-accessable-memory.
In fact, you can not access every bit in memory.
You can access them as bytes. Each byte is 8 bits, so if you have 4Gbits of address space, then you can actually store 4GBytes of memory, because you don't have to remember the address of each bit.
This is all what the system can deal with, it simply doesn't have address space for more.
Now about graphics cards, they seem to take about twice or thrice as much address space as is their capacity, due to somekind of overhead that I'm not aware of.
I've had a computer with 4GB ram and 128MB Graphics card. It had about 3.7GB of it allocated to RAM(this is what can be checked with dxdiag).
There is also some memory that is called swap space. This is put on the hard drive.
Weren't you talking about primary memory? What relevance does it have with filesystems?
Are you IT professional? You told me some computer facts. Seems like you've been told something and you hold on to it. And I dunno who to believe, you or Reel Deal's video *confused*
I still don't get the relevance between what I mentioned about the on-board gpu and the filesystem, I just said "That must be an on-board gpu, which has shared memory with the processor.". I know from experience that an on-board gpu shares memory with the processor.
@jondrean: Here, read this.
What I was talking about was that the on-board gpu will take some of the memory from the RAM, I honestly don't know what an addressing space is. My old system was installed with 2 gb of ram, windows reports that the physical memory available is less than 2 gb, and dxdiag tells me my on-board gpu is using 128 mb, which is the missing amount of memory.
You must have thought I was contradicting what you said, I didn't lol.
Can I have some? :3
Sorry no, my pc dont work 4 weeks already, I am bored as fuck, entrie day I listen music on mobile and somehow I even read books xD.
Please do not talk about stuff you have no idea about...You have a 64-bit OS with 4GB RAM. That is usually considered pointless, as 64 bit systems only have an advantage if the RAM is over 4GB. (32-bit systems can index about 4GB of RAM and they do it faster)
Please do not talk about stuff you have no idea about...
The 64 bit extended mode instruction set gives compilers a ton of extra registers to use as well as allowing it to execute instructions on registers twice the size in the same time as a 32 bit instruction takes. Although this is logically only applicable to 64 bit compiled programs (it will run 32 bit compiled ones in 32 bit compatibility mode), not having a 64 bit operating system will prevent you from being able to run any 64 bit compiled programs.
The difference in memory indexing time between the operating systems is probably not even worth considering as the actual memory speed is entire orders of magnitude slower than the processor. Since the page table that is required is likely in cache memory already and I am pretty sure for process instructions it will use a larger lookup buffer due to its high access frequency it will at most translate to an extra instruction here or there during a page fault which is completely lost by the 1000s of instructions lost when a memory read is required and that it probably is masked within the pipeline so only at conditionals would it show up.
To avoid this becoming a huge problem it is why 64 bit operating systems only use like 40 bits for memory addressing odd. Yes pointers are more bloated in 64 bit processes but this only affects them for logical reasons.
Anyway the 4 GB memory enforced by the operating system applies to the sum of main system memory, reserved address space (XP only, why it had a limit of 3.5GB) and graphic card memory. Just because a computer has 4GB of main memory does not mean that it might not have graphic memory as well which would cause it to exceed that limit. Let us not forget that your system can still gain use of >4GB of virtual memory thanks to the page file.
The fact is that 32 bit operating systems are falling out of fashion fast. Virtually no new computers are being manufactured that still use 32 bit operating systems. All professional software now comes with 64 bit compiles as an option. MAC's recent operating systems automatically installs in 64 bits if the processor supports so. All video game consoles run in 64 bit mode (yes, the xbox 1 and PS4 both use x86-64, the same as AMD processors for the PC). I am pretty sure that Microsoft will start to stop providing 32 bit versions of its operating systems quite soon.
Anyway the recycle bin is capped at a certain size. It will automatically delete files permanently if the files exceed that cap or if the bin becomes too full.
http://www.youtube.com/watch?v=ptzGI9VaZmQ
I recommend watching this video, it tells you well what bits are
Edit: @Xonok, "mostly I just use logic to figure out things I don't know", even on IT stuff? :/
Considering the technical specifications of Windows operating systems state that quite clearly there is no thinking required outside of you wanting to know why.that 32-bit systems have a limitation at somewhere around 4GB.