lib: mmap the summary to reduce RSS in clients
Closes: #1855 Closes: #1856 Approved by: cgwalters
This commit is contained in:
parent
82eccad945
commit
f31d779690
|
|
@ -2868,7 +2868,7 @@ _ostree_repo_load_cache_summary_if_same_sig (OstreeRepo *self,
|
||||||
if (prev_fd < 0)
|
if (prev_fd < 0)
|
||||||
return TRUE; /* Note early return */
|
return TRUE; /* Note early return */
|
||||||
|
|
||||||
g_autoptr(GBytes) old_sig_contents = glnx_fd_readall_bytes (prev_fd, cancellable, error);
|
g_autoptr(GBytes) old_sig_contents = ot_fd_readall_or_mmap (prev_fd, 0, error);
|
||||||
if (!old_sig_contents)
|
if (!old_sig_contents)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue