sets quota to given amount of bytes
@since 1.1.0
int $bytes:
public static function setQuota($bytes) { vfsStreamWrapper::setQuota(new Quota($bytes)); }