-
Notifications
You must be signed in to change notification settings - Fork 195
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
Log2Ram won't start on RPi OS 64-bit #211
Comments
It works for me if I set the
|
@sysadmiral you're right, I had a same problem and same solution.
This puzzled me for a while, since I had As a proof - list of entries, sorted by largest can be found running command from https://github.com/azlux/log2ram#existing-content-in-varlog-too-large-for-ram
For the time being I set following, since I'm already using zram for my swap:
This means, if I understand it correctly, that I effectively have up to 128MB for /var/log which gets compressed to zram where it occupies up to 64MB. I also reduced This will hopefully suffice until I upgrade for nuc with proper ssd and expandable ram. |
* Update log2ram.conf Changes to comments for setting: 'SIZE=128M' * Update log2ram.conf Changes to comments for setting: 'USE_RSYNC=false' * Update log2ram.conf Changes to comments for setting: 'NOTIFICATION=true' * Update log2ram.conf Changes to comments for setting: 'NOTIFICATION_COMMAND=' * Update log2ram.conf Changes to comments for setting: 'PATH_DISK=' * Update log2ram.conf Changes to comments for setting: 'JOURNALD_AWARE=' * Update log2ram.conf Changes to comments for setting: 'ZL2R=' * Update log2ram.conf Changes to comments for setting: 'COMP_ALG=' * Update log2ram.conf Update to comment for setting: 'LOG_DISK_SIZE=' * Update log2ram.conf Update to comment for setting: 'ZL2R=' * Update log2ram.conf Update to comment for setting: 'SIZE='
Hi everyone,
after performing
sudo journalctl --vacuum-size=32M
I still cannot get log2ram to start.Can anybody see what the issue is? Maybe it is something really simple, but I just don't understand it :(
The text was updated successfully, but these errors were encountered: