Resource Limits in PHP.ini memory_limit

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Resource Limits in PHP.ini memory_limit

    Hallo,

    wir haben im Intranet einer Firma eine PHP Anwendung laufen. Diese funktionierte nicht einwandfrei, weswegen ich mich an den Hersteller wandt. Laut seiner Aussage soll ich folgendens tun:

    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;

    max_execution_time = 30 ; Maximum execution time of each script, in seconds
    memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)


    Ändern Sie den Eintrag 8M in 64M. Dann funktioniert der Indexer
    einwandfrei.
    Was haltet ihr von dieser Einstellung? Kann man sie ohne Bedenken ändern? Wie gesagt es handelt sich um ein Intranet.

    Gruß,
    Achim Appel

  • #2
    müsste kein problem sein.

    Comment

    Working...
    X