Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • UmaBlu
    Participant

    @umablu

    Uploading big files on your site by you or site users, like video files, need much memory, because a part of the file is stored in your server memory. Big files, much more memory.
    Well, i think that 128M RAM is ok if you will not upload big files.( more than 100M).
    Also, Wp Super Cache need much memory than other scripts…
    If you will get that memory error again, change the memory limit. (256 if possible)


    UmaBlu
    Participant

    @umablu

    well, i am glad to hear that your Buddy site is working now.
    Now verify that in your Cpanel, under Setings/Services you have PHP Confing option, and and if you find there something like this
    “PHP5 (FastCGI)
    All files with the extension .php will be handled by PHP5 FastCGI processes.
    FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpretor on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.”
    Set fastcgi option if it’s available.
    It will boost up your site and also you will need only the php.ini from the root file.
    I don t know much about GoDaddy…
    My hosting is Hostmonster, and they let you to do a lot of things…


    UmaBlu
    Participant

    @umablu

    Change the value you need in your php.ini file (if you have acces to this file on your server)
    on your server under memory_limit=
    Below is my actual configuration for my buddypress site

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

    max_execution_time = 60 ; Maximum execution time of each script, in seconds
    max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
    memory_limit = 256M ; Maximum amount of memory a script may consume

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar