MemSQL CentOs 6.4 Installation issue

Muaz Mian

I have Installed and worked with MemSQL on Ubuntu 12.04 and CentOS 6. But I am doing a fresh install on CentOs 6.4 (FInal). When running ./check_system script I am getting the following error.

Warning: The number of allowed open file descriptors should be at least 64000. This OS is currently configured with the limit set to 1024. Please visit http://developers.memsql.com/docs/2.5/admin/admin_concepts.html#configuring-the-linux-file-descriptor-limit

./check_system: line 313: 6173 Illegal instruction (core dumped) $SCRIPT_DIR/lib/check_crc32 > /dev/null 2> /dev/null Warning: SSE4.2 is not supported. Resorting to software CRC32C. MemSQL recovery and log writing performance will be negatively impacted.

I am familiar with the warning and I know how to fix it. its the Illegal instructions error I am trying to understand.

Any help in this regard will be useful.

ajp

For the file descriptor warning, you can either read that link, or simply use the rpm or deb package to install - both of these will configure that limit for you.

The warning about SSE4.2 is not a fatal warning - the server will run fine, generally with single-digit percentage slowdown to insert and update queries.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Change the installation directory of memsql

From Dev

installation of compiler gfortran in centos 6

From Dev

CentOS 6 "Default" Installation Options

From Dev

gcc installation on CentOS 6.6: configure issue

From Dev

PHP installation conflicts on Centos6

From Dev

jsvc 1.0.15 installation on CentOS 6.x

From Dev

OpenCV on CentOS6 with Java installation problems

From Dev

Ethernet interface not detected during CentOS 6 installation

From Dev

Setting up Solr with Jetty issue on Centos 6

From Dev

CentOS 7 installation issue due to unsupported virtualization by my CPU

From Dev

CentOS 8 - RocketRAID 2720 non raid bios, driver installation issue

From Dev

accumulo, zookeeper hadoop Installation instructions, downloads and versions for CENTOS 6

From Dev

ffmpeg installation on Linux REHEL/CentOs 6.X

From Dev

GLFW3 compile crashes on Centos6: issue with docs?

From Dev

Network interface issue after upgrading CentOS 6 to 7

From Dev

sh4gcc cross-compiler installation for Centos 7

From Dev

neo4j will_paginate gem installation issue

From Dev

Static IPv4 & IPv6 configuration on CentOS 6.2

From Dev

How to set up 6to4 tunnel with bridge under centos?

From Dev

MVC 4 and EF6 database first: issue with mapping

From Dev

MVC 4 and EF6 database first: issue with mapping

From Dev

Xcode 6 - Issue with 4inch screen and iOS 7

From Dev

MongoDB installation on CentOS

From Dev

Openssl installation failed CentOS

From Dev

MongoDB installation on CentOS

From Dev

MRTG installation on centos 7

From Dev

CentOS 5 installation method

From Dev

Installation of git in CentOS

From Dev

Permissions Issue with Laravel on CentOS

Related Related

HotTag

Archive