After installing the ashmem plugin with 7.1.0-rc3, Redroid 12 can start, but the startup is very slow, and the performance is extremely poor, making it almost impossible to open applications.
In Redroid, running logcat shows a large number of Connection failed messages.
Later, I also tried adding the binder plugin, but it didn't improve anything.
https://raw.githubusercontent.com/ich777/unraid-binder-driver/refs/heads/master/binder-driver.plg
It might still require binder_linux and psi.
Binder requires modprobe binder_linux devices="binder,hwbinder,vndbinder".
Psi requires CONFIG_PSI=y.
The reason for considering PSI is because of this issue.
https://github.com/remote-android/redroid-doc/issues/293#issuecomment-1379781029
https://github.com/remote-android/redroid-doc/issues/412#issuecomment-1672433652
Tested using Docker CLI commands.
docker run -itd --rm --privileged --pull always -v ~/data:/data -p 5555:5555 redroid/redroid:12.0.0_64only-latest
Below is a part of the logcat "Connection failed" segment:
04-27 07:05:46.356 7364 7396 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
04-27 07:05:46.356 7364 7396 W ActivityManager: Failed to connect to lowmemorykiller, retry later
04-27 07:05:46.356 7364 7396 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
04-27 07:05:46.356 7364 7396 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
04-27 07:05:46.356 7364 7396 W ActivityManager: Failed to connect to lowmemorykiller, retry later
04-27 07:05:46.356 7364 7396 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
04-27 07:05:46.356 7364 7396 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
04-27 07:05:46.356 7364 7396 W ActivityManager: Failed to connect to lowmemorykiller, retry later
04-27 07:05:46.356 7364 7396 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
04-27 07:05:46.356 7364 7396 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
04-27 07:05:46.356 7364 7396 W ActivityManager: Failed to connect to lowmemorykiller, retry later
04-27 07:05:46.356 7364 7396 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
04-27 07:05:46.356 7364 7396 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
04-27 07:05:46.356 7364 7396 W ActivityManager: Failed to connect to lowmemorykiller, retry later
04-27 07:05:46.356 7364 7396 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms