Skip to main content

All Questions

Tagged with
0 votes
0 answers
865 views

Pagefile keeps growing, but never fully utilised

My laptop runs Windows 10 Pro and has a 512GB SSD (~45GB free) and 16GB RAM. My page file is set to 'automatically managed'. Recently I've found that my pagefile keeps growing to the point where it ...
Car888's user avatar
  • 1
0 votes
0 answers
2k views

Why is Windows apparently using HDD instead of SSD as virtual memory?

I'm running a python notebook which is reading big files from disk (stored in HDD) and putting their content into memory. My computer seems to be using virtual memory, because it is running out of RAM,...
Homero Esmeraldo's user avatar
0 votes
3 answers
745 views

Why should I install my programs into my SSD? Shouldn't disk accesses be infrequent after loading to memory?

I'm wondering why people always say to put the Operating System and the program installations on the SSD (as opposed to a larger magnetic disk HDD). As I understand, in the memory hierarchy, programs ...
gust's user avatar
  • 103
0 votes
0 answers
202 views

How to increase virtual memory in Windows 10

Premiere Pro is complaining when I import more than 120gb of video. I have 240gb ssd, 10gb RAM. When I increase virtual memory to 15GB, max 30GB, I still getting the low memory import error once the ...
JZK's user avatar
  • 185
1 vote
1 answer
759 views

How to store data in pagefile?

Memory-mapping, e.g. via Python's numpy.memmap, works, albeit temporarily; once pagefile capacity is exceeded, the arrays are silently unmapped from pagefile. Re-mapping each time is undesired - need ...
OverLordGoldDragon's user avatar
3 votes
2 answers
5k views

Any risks to greatly increasing pagefile size?

I require 64GB to fit an entire dataset in memory for deep learning, but have only 12GB RAM. Virtual memory being the next-best alternative, I learned it can be effectively increased via increasing ...
OverLordGoldDragon's user avatar
0 votes
0 answers
55 views

Can a same disk be temp for windows and linux?

Is it possible to make a SSD be temp and virtual memory for both windows and linux, without wasting half of the size for the other OS, and be SSD-friendly?
l4m2's user avatar
  • 101
2 votes
3 answers
2k views

How to detect thrashing on an SSD-equipped Windows system?

With spinning hard disks it was relatively common to hear disk thrashing when some process, Windows or otherwise, was making a bad fist of things. Quite often this was an indicator that a process was ...
Lunatik's user avatar
  • 5,561
0 votes
1 answer
715 views

Virtual Memory and SSDs [duplicate]

Possible Duplicate: Virtual Memory and SSD On a Windows 7 system, isn't it more beneficial to leave the page file ON the SSD versus moving it over to a HDD? I've heard some say if you move it off ...
TCR's user avatar
  • 1
13 votes
7 answers
63k views

Virtual Memory and SSD

While studying for the A+ Exam I was reading about SSD's and I thought to myself that if you had a mobo with a low RAM limit you could use a dedicated SSD purely for Virtual RAM. I looked up some ...
Zombian's user avatar
  • 461