File: //etc/php/common/common.ini
session.save_path=/var/tmp
upload_tmp_dir=/var/tmp
; The Debian maintainer disabled the session garbage collector because
; he decided to replace it with a cronjob, which doesn't work in our
; hosting container, so let's reenable it.
session.gc_divisor=100
session.gc_probability=1
memory_limit = 512M
max_execution_time = 360
max_input_vars = 4000
upload_max_filesize=128M
post_max_size = 1024M
date.timezone="Europe/Berlin"
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.revalidate_freq=10
apc.serializer=igbinary