Method: Vips.cache_max_mem
- Defined in:
- lib/vips.rb
permalink .cache_max_mem ⇒ Object
Get the maximum amount of memory that libvips uses for the operation cache.
717 718 719 |
# File 'lib/vips.rb', line 717 def self.cache_max_mem vips_cache_get_max_mem end |