Renat Eskenin
Renat Eskenin
Ok. Thanks.
Unfortunately aufs does not know how to divide the files. Therefore, if there are two brunch: 1GB (zram) and 5GB (disk). Let's start recording for the first brunch. 2GB file....
But the problem can solve btrfs! Maybe add btrfs in zram-init? :) btrfs allows you to combine zram and the file on the disk in a single coherent file system.
Ok i try.
I used instead zram-init (it is inconvenient to do such) set of unit files. /etc/systemd/system/tmp.mount ``` [Unit] SourcePath=/etc/fstab Documentation=man:fstab(5) man:systemd-fstab-generator(8) Before=local-fs.target Requires=btrfs_tmp.service After=btrfs_tmp.service [Mount] What=/dev/loop0 Where=/tmp Type=btrfs Options=defaults,compress=lzo,relatime,noatime,nosuid,nodev,noexec,discard ``` /etc/systemd/system/mnt-tmpfs.mount...
btrfs I used because it supports data compression. However, discard + ssd in btrfs probably should return a page in memory when they are freed, but I'm not sure. If...
Hi! In response of ```https://instance/users/${user}``` I have ``` "inbox": "https://instance/users/${user}/inbox" "sharedInbox": "https://instance/users/${user}/inbox" ``` But both of them returned 404 for GET. It is part of non-implemented client-server Mastodon API? I...
Thank you. I have additional question. We have tree users 1. Author of the status 2. User1 added reply1 to the status. And mention Author. 3. User2 added reply to...
I think it is motivation to implement c2s API. Why it is offtopic if it is a reason for implement this issue? I do not need other functionality for other...
Ok, yes. But then it is mistake in documentation.