我用Xampp搭建了testlink環境,最近導出簡要測試報告時,提示下面這個錯誤:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 8925 bytes) in D:\xampp\htdocs\testlink\lib\results\resultsTC.php on line 586
這是我將memory_limit限制改為1024M後報的錯,從提示的日志應該是內存限制改為1024M了,可是在分配時無法分配1024M的內存,所以報錯,請問下各位大神如何修改?
你改的是哪個文件裡的memory_limite?
參考
TestLink: Allowed memory size of 33554432 bytes exhausted
有兩個php.ini files,一個在xampp\php\,另一個在apache\bin.
需要編輯的是apache\bin\php.ini中的memory_limit
如果還是不行,檢查一下你的網站目錄下面的.htaccess,看看裡面的memory_limit的設置