File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ <h3>module methods</h3>
39
39
40
40
< li > < a href ="#limit_resource "> limit_resource</ a > </ li >
41
41
42
+ < li > < a href ="#set_cache_threshold "> set_cache_threshold</ a > </ li >
43
+
42
44
< li > < a href ="#set_log_event_mask "> set_log_event_mask</ a > </ li >
43
45
44
46
< li > < a href ="#set_log_format "> set_log_format</ a > </ li >
@@ -353,6 +355,24 @@ <h4>Notes</h4>
353
355
</ p >
354
356
</ div >
355
357
358
+ < div class ="sig ">
359
+ < h3 id ="set_cache_threshold "> set_cache_threshold</ h3 >
360
+
361
+ < p > Magick.set_cache_threshold(< span class ="arg "> threshold</ span > )</ p >
362
+ </ div >
363
+
364
+ < div class ="desc ">
365
+ < h4 > Description</ h4 >
366
+
367
+ < p >
368
+ Set the amount of free memory allocated for the pixel cache. Once this threshold is exceeded, all subsequent pixels cache operations are to/from disk.
369
+ </ p >
370
+
371
+ < h4 > Argument</ h4 >
372
+
373
+ < p > A number of megabytes to set.</ p >
374
+ </ div >
375
+
356
376
< div class ="sig ">
357
377
< h3 id ="set_log_event_mask "> set_log_event_mask</ h3 >
358
378
You can’t perform that action at this time.
0 commit comments