fukuball / jieba-php

"結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.
http://jieba-php.fukuball.com
MIT License
1.32k stars 260 forks source link

Laravel 使用总是报错 #38

Closed JackDPro closed 6 years ago

JackDPro commented 6 years ago

一般会出现三种情况:

  1. 报错500没有任何返回信息,页面崩溃
  2. 报错内存"Allowed memory size of 134217728 bytes exhausted (tried to allocate 18874368 bytes)"但是 php 内存已经设定到了 1G 了。
  3. 正常输出结果

这三种情况会随机出现。Laravel 版本是 5.6

fukuball commented 6 years ago

這看起來 php 的 memory_limit 還是沒有設定好,僅有 134217728 bytes,也就是只有 128 mb,調高 memory_limit 應該會有幫助