Announcement

Collapse
No announcement yet.

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

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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:
    Victor
    My Website

  • #2
    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.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

    Comment


    • #3
      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
      Victor
      My Website

      Comment


      • #4
        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!

        Comment

        Working...
        X