stef...@apache.org wrote on Tue, Feb 08, 2011 at 02:08:41 -0000:
> @@ -111,16 +113,49 @@ svn_fs__get_global_membuffer_cache(void)
> +      /* don't terminate upon OOM but make pool return a NULL pointer
> +       * instead so we can disable caching gracefully and continue
> +       * operation without membuffer caches.
> +       */

Log an error?

(e.g., fs->warning_func())

> @@ -802,21 +813,9 @@ svn_cache__membuffer_cache_create(svn_me
> +          return svn_error_wrap_apr(APR_ENOMEM, _("OOM"));

Spell out "Out of memory"?

Reply via email to