Hey,
from what i know the “memory_limit” directive is exactly specifying this: It defines the upper limit of RAM PHP (and thus ownCloud) is allowed to use.
This seems to be confirmed if i’m checking my .htaccess file shipped by ownCloud:
php_value memory_limit 512M
which seems to match the recommended value from the posted documentation above.