--- src/replicant.adb.orig 2019-01-30 15:42:12.000000000 +0100 +++ src/replicant.adb 2020-06-27 12:32:20.896059000 +0200 @@ -1109,7 +1109,7 @@ end if; if not support_locks and then PM.configuration.tmpfs_localbase then - mount_tmpfs (slave_base & root_localbase, 12 * 1024); + mount_tmpfs (slave_base & root_localbase, 32 * 1024); else forge_directory (slave_local); mount_nullfs (slave_local, slave_base & root_localbase, readwrite);