Results 1 to 4 of 4

Thread: How to solve error 1041 Out of memory. Check is mysqld or some other ...
      
   

  1. #1
    VFRodriguez's Avatar
    VFRodriguez is offline Staff Sergeant
    Join Date
    Dec 2007
    Posts
    45

    Default How to solve error 1041 Out of memory. Check is mysqld or some other ...

    This error:
    1041 - Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space.
    It is happening very often, not always.
    Example:
    http://rd77.com/directorio-de-period...dominicana.php

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Lightbulb Re: How to solve error 1041 Out of memory. Check is mysqld or some other ...

    ...
    It is an issue with your computer itself
    , specifically your Virtual Memory (RAM) and the Swap File processing, usually failing when used in conjunction with a browser -- most likely in this case due to your version of Internet Explorer being overwhelmed with data.
    When was the last time you updated your computer from MS for XP and Office? You should at least have SP3 and a year's updates after that ....

    Fix it by locating in your script HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions=

    Delete this entry in the right pane/window
    "{CF7639F3-ABA2-41DB-97F2-81E2C5DBFC5D}",,0x00000000,"Internet Explorer Machine Accelerators"

    Or, make sure your system is fully updated at all times ... as well as consider converting to default use of Chrome instead (as it has the more up-to-date coding that is self-updating).

    Keep in mind also, that during transmission of large volumes of data, connection integrity may also become an issue to fault the process, and thus be seen an intermittent crashes.

  3. #3
    VFRodriguez's Avatar
    VFRodriguez is offline Staff Sergeant
    Join Date
    Dec 2007
    Posts
    45

    Default Re: How to solve error 1041 Out of memory. Check is mysqld or some other ...

    This error continues... please check http://www.amarillasrd.com
    and try to refresh several times to see if the error occurs. It is not a problem of my PC... it is the server
    Also verify http://www.rd77.com/cifras_dominicanas.php

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How to solve error 1041 Out of memory. Check is mysqld or some other ...

    This is a MySQL server error.

    This probably indicates that your script tries to retrieve too much data from the database.

    Although this can also be a MySQL server limitation by Admin settings, it is usually an error caused by the script that makes the MySQL query using too much memory. You should probably review your code.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

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

     

Tags for this Thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49