Results 1 to 3 of 3

Thread: Allowed memory size of 8388608 bytes exhausted (tried to allocate 84 bytes)

  1. #1
    cchicoine is offline Junior Member
    Join Date
    Oct 2006
    Posts
    2

    Default Allowed memory size of 8388608 bytes exhausted (tried to allocate 84 bytes)

    Hi,

    This is my 1st SugarCRM Install and I'm getting this error:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 84 bytes) in /var/www/sugar.intranet.rouvillemicro.com/modules/Administration/UpgradeHistory.php on line 35

    My OS is Debian 3.1 sarge


    System Check Acceptance is All OK:
    PHP Version Unsupported PHP Version Installed: ( ver 4.3.10-16 )
    MySQL Database OK
    MB Strings Module OK
    XML Parsing OK
    PHP Safe Mode Turned Off OK
    PHP Allow Call Time Pass Reference Turned On OK
    PHP Memory Limit >= 32M OK (Unlimited)
    Writable SugarCRM Configuration File (config.php) OK
    Writable Custom Directory OK
    Writable Modules Sub-Directories and Files OK
    Writable Data Sub-Directories OK
    Writable Cache Sub-Directories OK
    Writable Session Save Path (/var/lib/php4) OK
    Optional Components Status
    IMAP Module Not found: InboundEmail and Campaigns (Email) require the IMAP libraries. Neither will be functional.
    cURL Module Not found: Sugar Scheduler will run with limited functionality.
    PHP-JSON Module (v 1.1.1) Not found: The PHP-JSON PHP module reaps enormous performance benefits.
    ZLIB Compression Module OK


    Any clue?

    Thanks!

    Christian

  2. #2
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: Allowed memory size of 8388608 bytes exhausted (tried to allocate 84 bytes)

    look in you php.ini file and increase the memory limit to 64M

    Change a the line that looks like the following line
    Code:
    memory_limit = 8M
    to the following:
    Code:
    memory_limit = 64M
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



  3. #3
    cchicoine is offline Junior Member
    Join Date
    Oct 2006
    Posts
    2

    Default Re: Allowed memory size of 8388608 bytes exhausted (tried to allocate 84 bytes)

    Thanks a lot. It's working fine now!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •