Code Monkey home page Code Monkey logo

explorer-kv's Introduction

Explorer-KV

Flat Buffers

并不需要依赖其库,仅需要头文件即可。下面是安装步骤备忘,本地生成头文件需要:

wget https://github.com/google/flatbuffers/archive/v1.2.0.tar.gz -O flatbuffers-1.2.0.tar.gz
tar zxf flatbuffers-1.2.0.tar.gz
cd flatbuffers-1.2.0
cmake -G "Unix Makefiles"
make
make install

Amazon - EC2

部署需要跳高 ulimit 设置,默认1024远远不够使用。 /etc/security/limits.conf 末尾添加:

 root soft nofile 65535
 root hard nofile 65535
 * soft nofile 65535
 * hard nofile 65535

然后重启系统以生效。

Amazon - RDS

调大部分Mysql参数:

Parameter default.mysql5.6 explorer-mysql-5-6
innodb_log_file_size 134217728 1048576000
max_allowed_packet <engine-default> 67108864
tmp_table_size <engine-default> 536870912
max_heap_table_size <engine-default> 536870912

explorer-kv's People

Contributors

bitkevin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.