Home
last modified time | relevance | path

Searched refs:php_memory_limit (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php266 public $php_memory_limit = null; variable in phpthumb
288 $this->php_memory_limit = max($this->php_memory_limit, $php_config_memory_limit);
291 if ($this->php_memory_limit > 0) { // could be "-1" for "no limit"
292 $this->config_max_source_pixels = round($this->php_memory_limit * 0.20); // 20% of memory_limit
3752 if ($this->php_memory_limit && function_exists('memory_get_usage')) {
3753 $available_memory = $this->php_memory_limit - memory_get_usage();