mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
2a7d16727a
Before any write operation that would involve caching, ask the cache controler whether writing would make it exceed its memory consumption. If so, queue the write operation for later execution. In case the write operation can wait, then, the FSD operation will be halted until the write is allowed. I could test it successfully by copying huge files from a FAT volume to another. The write is halted until some portions of the file is written to the disk. I could also properly install Qt (SDK) on ReactOS with this and less than 1GB RAM: - https://www.heisspiter.net/~Pierre/rostests/Qt_OS.png - https://www.heisspiter.net/~Pierre/rostests/Qt_OS2.png CORE-12081 CORE-14582 CORE-14313 |
||
---|---|---|
.. | ||
btrfs | ||
cdfs | ||
cdfs_new | ||
ext2 | ||
fastfat | ||
fastfat_new | ||
ffs | ||
fs_rec | ||
msfs | ||
mup | ||
nfs | ||
npfs | ||
ntfs | ||
reiserfs | ||
udfs | ||
CMakeLists.txt |