Крашится скрипт

Issue #86 new
rzn_fantik created an issue

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 102172 bytes) in C:\Users\Admin\Desktop\project\dv\decompile\decode\Decompiler.class.php on line 285

Comments (1)

  1. Loomish

    In php.ini increase memory limit. at least 1gb. if still issues, then problem with code / memleak. but usually default mem = 512mb, is too low.

    memory_limit = 2056M
    
  2. Log in to comment