Skip Navigation

Search

Use RAM for Firefox and boost performance and decrease drive wear

Might be late to the party, but I just discovered you can do this. Super simple and easy to do.

After having a read of the linked page, I backed up and just used this option:

https://wiki.archlinux.org/title/Profile-sync-daemon

Installed, created config, and enabled service:

systemctl --user enable psd.service systemctl --user enable psd-resync.service

I definitely notice an increase in speed and less SSD usage should hopefully increase lifespan.

I'm sure there would be options for alternative distros, anything using Systemd should be able to use the daemon.

21

OBS Problem

I used OBS, and everything was okay, but after I reinstalled the system and switched from XFCE to KDE Plasma, I encountered an error. I have no idea what changed, except for the desktop environment, and I don't know why I am facing these problems now. OBS freezes my PC and closes every game (I guess?).

[h264_nvenc @ 0x560bc40b0b80] Using global_quality with nvenc is deprecated. Use qp instead.

info: ==== Replay Buffer Start =========================================== warning: Failed to create xdg-screensaver: 2 info: [window-capture: 'Window Capture (Xcomposite)'] update settings: title: Desktop @ QRect(0,0 1920x1080) — Plasma class: plasmashell

warning: Failed to create xdg-screensaver: 2 error: [NVIDIA NVENC H.264 (FFmpeg) encoder: 'simple_video_recording'] Encoding queue duration surpassed 5 seconds, terminating encoder error: Error encoding with encoder 'simple_video_recording'

info: Output 'Replay Buffer': stopping info: Output 'Replay Buffer': Total frames output: 2990 info: Output 'Replay Buffer': Total drawn frames: 2949 (3002 attempted) info: Output 'Replay Buffer': Number of lagged frames due to rendering lag/stalls: 53 (1.8%)

info: ==== Replay Buffer Stop ============================================ info: libfdk_aac encoder destroyed info: libfdk_aac encoder destroyed warning: Failed to create xdg-screensaver: 2

2