WordPress Apache VirtualAlloc and VirtualFree failed, PHP out of memory

前端 未结 1 467
无人共我
无人共我 2021-01-02 11:13

I am trying to host a few webpages by myself using Uniform Server WAMP package (Apache version 2.4.20, PHP version 7.0.8), one of them is a simple Bootsrap portfolio and ano

相关标签:
1条回答
  • 2021-01-02 11:59

    Not sure this is can help as WordPress does not use PHP native sessions, but can be, that some plugins are using.

    My situation: Windows OS, PHP 7.0.6 - 7.0.11
    VirtuaAlloc fails due the php session usage. http://php.net/manual/en/features.sessions.php I've removed/replaced all php session_ functions with mine own.

    Howto reproduce: session_start(); do parse some huge xml (150MB or more) file do run multiple times same script at the same time on the Apache server.

    0 讨论(0)
提交回复
热议问题