Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rTorrent: Install faster with ramdisk #975

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Apr 4, 2023

  1. rTorrent: Install faster with ramdisk

    This commit mounts a 1 GB tmpfs ram disk for rtorrent installations.  Four gigabytes of system memory is required. Increases installation speed and efficiency.
    
    It was required to refactor the build paths. The ram disk needs to be mounted in a non conflicting location.
    
    Also, it creates a new `rtorrent.log` file for the rtorrent installation. The log file is written to the ram disk, then copied to the logs folder afterwards. This resolves the megabyte log file problem with multiple installs and reduces disk writes.
    stickz committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    727b109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d00c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Revert logging changes

    stickz committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    80ac04a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    a2926cf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Remove logging command

    stickz committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    afca320 View commit details
    Browse the repository at this point in the history