10
Parzi
5y

so apparently Windows 10 Pro build... 1803? 1806? (somewhere in there) refuses to allow over 1TB of pagefile if there's more than one volume with pagefiles. The system just hangs when pagefile is used if this condition isn't met.

I know because *i'm batshit fucking insane and am trying to cram 64GB of data into a PNG in PYTHON*.

(this might also only apply to me. your mileage may or may not vary.)

Comments
  • 16
    64GB png?
    What the hell did you do, take a snapshot of the universe and try save it?
  • 2
    @C0D4 i've found that converting some file types to 3 byte per pixel PNGs can end up dropping the size by up to 10% and still being further compressable. I was stress testing my engine with a 64GB VHDX containing most of my malware samples.

    1TB isn't enough for this because Python doesn't do memory management well, and Numpy and PIL don't help matters.
  • 7
    @Parzi Write it in C, ofc. Or Perl. Perl is very fitting.
  • 1
    @Root C is too low-level for me to get anywhere in. Perl can eat a fat one (blame the standard Linux rename binary.)
  • 3
    1TB pagefile? 🤔🧐
  • 0
    @TheCommoner282 healthy skepticism. I like it.

    https://github.com/ParzivalWolfram/...

    also here's before and after conversion of a decent-size file (I zipped up my floppy images to quickly use as an example.)

    Conversion from PNG back to the original file isn't implemented yet but would be simple to add (famous last words!)
  • 0
    @TheCommoner282 actually hold my last comment something has gone horribly wrong in one of the two directions, but i think it might be from PNG to the original file
  • 0
    yes, something is definitely not correct
Add Comment