You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WAL is always read in full into memory on recovery. With pre-allocation enabled this results in mandatory high peak memory usage during WAL recovery which can be avoided by recovering the wal in chunks instead of all at once.