Developer of PieFed, a sibling of Lemmy & Mbin.

  • 0 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: January 4th, 2024

help-circle














  • Back when SSDs were expensive and tiny they used to sell hybrid drives which were a normal sized HDD with a few gigs of SSD cache built in. Very similar to your proposal. When I upgraded from a HDD to a hybrid it was like getting a new computer, almost as good as a real SSD would have been.

    I say go for it.

    If it’s all Steam games then you could just move games around as needed, no need for a fancy automatic solution.






  • So weird!

    Very unlikely to be a proxmox issue.

    134217728 bytes is only 138 MB so your php memory limit is set lower than you think. Your php config needs work. Restart Apache and php-fpm (if using) after changing php.ini and use phpinfo(); to check that your changes were applied successfully.

    A memory limit of 256 MB should be ok.