From: cristy Date: Sun, 17 Mar 2013 12:54:36 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4066 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3e3d7ab53c6d99305645ad585afdc481f44acd1;p=imagemagick --- diff --git a/MagickCore/resource.c b/MagickCore/resource.c index da772dbdb..4ee925878 100644 --- a/MagickCore/resource.c +++ b/MagickCore/resource.c @@ -99,22 +99,22 @@ static RandomInfo static ResourceInfo resource_info = { - MagickULLConstant(0), - MagickULLConstant(0), - MagickULLConstant(0), - MagickULLConstant(0), - MagickULLConstant(0), - MagickULLConstant(0), - MagickULLConstant(0), - MagickULLConstant(0), - MagickULLConstant(3072)*1024*1024, - MagickULLConstant(1536)*1024*1024, - MagickULLConstant(3072)*1024*1024, - MagickResourceInfinity, - MagickULLConstant(768), - MagickULLConstant(1), - MagickULLConstant(0), - MagickResourceInfinity + MagickULLConstant(0), /* initial area */ + MagickULLConstant(0), /* initial memory */ + MagickULLConstant(0), /* initial map */ + MagickULLConstant(0), /* initial disk */ + MagickULLConstant(0), /* initial file */ + MagickULLConstant(0), /* initial thread */ + MagickULLConstant(0), /* initial throttle */ + MagickULLConstant(0), /* initial time */ + MagickULLConstant(3072)*1024*1024, /* area limit */ + MagickULLConstant(1536)*1024*1024, /* memory limit */ + MagickULLConstant(3072)*1024*1024, /* map limit */ + MagickResourceInfinity, /* disk limit */ + MagickULLConstant(768), /* file limit */ + MagickULLConstant(1), /* thread limit */ + MagickULLConstant(0), /* throttle limit */ + MagickResourceInfinity /* time limit */ }; static SemaphoreInfo