以下のエラーを無視するために、Excel ファイル内のセルのメモリの割り当てサイズを増やす方法:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54 bytes)
以下に指示を入れますが:
(init_set(...,'3072M')
スクリプトの実行中に割り当てメモリのサイズを減らすにはどうすればよいですか?
以下のエラーを無視するために、Excel ファイル内のセルのメモリの割り当てサイズを増やす方法:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54 bytes)
以下に指示を入れますが:
(init_set(...,'3072M')
スクリプトの実行中に割り当てメモリのサイズを減らすにはどうすればよいですか?