Displaying 1 result from an estimated 1 matches for "1d1b996".
Did you mean:
1011996
2016 Jun 11
2
Re: [PATCH 1/2] increase the default memory size to 768 MB
...75)
>
> Increase it to 768 MB.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> src/guestfs-internal.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
> index 03f1034..1d1b996 100644
> --- a/src/guestfs-internal.h
> +++ b/src/guestfs-internal.h
> @@ -93,7 +93,7 @@
>
> /* The default and minimum memory size for most users. */
> #ifndef DEFAULT_MEMSIZE
> -# define DEFAULT_MEMSIZE 500
> +# define DEFAULT_MEMSIZE 768
> #endif
> #ifndef M...