Cpanel::Exception::Database::Error/(XID e2aqb3)
Having the following error that I'm receiving which I'm trying to figure out. I had some / space issues which has been resolved and Mysql is on a separate drive which has 854G of free space. Any thoughts would be appreciated
Cpanel::Exception::Database::Error/(XID e2aqb3) The system received an error from the "MySQL" database "mysql": 5 (Out of memory (Needed 133328 bytes)) at /usr/local/cpanel/Cpanel/DBI.pm line 200.
Cpanel::DBI::_create_exception(Cpanel::DBI::Mysql::st=HASH(0x28d9da0), "DBD::mysql::st execute failed: Out of memory (Needed 133328 b"..., undef) called at /usr/local/cpanel/Cpanel/DBI.pm line 188
Cpanel::DBI::_error_handler("DBD::mysql::st execute failed: Out of memory (Needed 133328 b"..., Cpanel::DBI::Mysql::st=HASH(0x28d9da0), undef) called at bin/update_db_cache.pl line 328
bin::update_db_cache::can_get_mysql_usage(HASH(0x28c6f80), HASH(0xb67510), Cpanel::DB::Map::Collection::Index=HASH(0x28d9ab8)) called at bin/update_db_cache.pl line 67
bin::update_db_cache::script("bin::update_db_cache") called at bin/update_db_cache.pl line 39
Joe
-
This is the problem: "execute failed: Out of memory". You don't have enough free memory hence it's crashing. At least reboot the server to get this ongoing or get more memory to fix this permanently. 0 -
Another thing to keep in mind is being out of memory to complete an operation is not the same as being out of disk space. The disk space issues you had previously are likely *not* related to this issue. 0
Please sign in to leave a comment.
Comments
2 comments