Php Magento 2产品导出503错误服务器不可用

Php Magento 2产品导出503错误服务器不可用,php,magento,export,magento2,magento2.2,Php,Magento,Export,Magento2,Magento2.2,我正在尝试从Magento 2导出大约5500个产品,但收到一个503错误。在PHP.ini和.htaccess .htaccess php_value memory_limit 2048M php_value max_execution_time 372000 Apache也已重新启动。但我仍然收到503错误。如何解决此问题? 我从system.log收到的最后一个已知错误是 [2018-02-27 10:01:55] main.WARNING: Memory size al

我正在尝试从Magento 2导出大约5500个产品,但收到一个503错误。在
PHP.ini
.htaccess

.htaccess
    php_value memory_limit 2048M
    php_value max_execution_time 372000
Apache也已重新启动。但我仍然收到
503错误
。如何解决此问题? 我从system.log收到的最后一个已知错误是

[2018-02-27 10:01:55] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 2300000000 bytes; InnoDB buffer pool size: 6442450944 bytes.
我已按照来自的建议修复了此问题

在magento目录中似乎没有记录错误,但503错误似乎仍然发生在产品导出上。该文件最终会显示在数据库中供下载,但在导出时不会自动下载

在导出大约30秒后,我看到了这个错误

服务不可用服务器暂时无法为您的服务 由于维护停机或容量问题而提出的请求。请试一试 以后再来


只是一个问题:您确定它使用的是正确的php.ini吗?但实际上.htaccess应该优先于它…是的,我肯定它在php.ini中是正确的,并且设置为2GB的数据。“PHP池内存限制设置为2GB,配置文件在2月7日更改。”哦,我想。htaccess没有优先级,很高兴知道。我不确定,但我想我记得。。。请在保持原样之前检查:)不要再把你的东西弄得乱七八糟了