书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 6671 个相关结果.
  • Install OpenSearch

    Install OpenSearch Operating system compatibility Java compatibility Network requirements Important settings Related articles Install OpenSearch This section details how to...
  • 碎片整理(Fragmenting and Compacting)

    碎片整理(Fragmenting and Compacting) 碎片整理(Fragmenting and Compacting) 每次执行清除(sweeping), JVM 都必须保证不可达对象占用的内存能被回收重用。但这(最终)有可能会产生内存碎片(类似于磁盘碎片), 进而引发两个问题: 写入操作越来越耗时, 因为寻找一块足够大的空闲内存会...
  • Data Types

    Data Types Data Type Data Types in the Table API Physical Hints List of Data Types Character Strings CHAR VARCHAR / STRING Binary Strings BINARY VARBINARY / BYTES Ex...
  • 6.3 Installing Drake

    6.3 Installing Drake 6.3 Installing Drake Drake has quite a few dependencies, which makes its installation process rather involved. For the following instructions we assume tha...
  • 4. GC 算法(实现篇)

    4. GC 算法(实现篇) 4. GC 算法(实现篇) 学习了GC算法的相关概念之后, 我们将介绍在JVM中这些算法的具体实现。首先要记住的是, 大多数JVM都需要使用两种不同的GC算法 —— 一种用来清理年轻代, 另一种用来清理老年代。 我们可以选择JVM内置的各种算法。如果不通过参数明确指定垃圾收集算法, 则会使用宿主平台的默认实现。本章会详细...
  • Apollo性能测试报告

    一、测试机器配置 1.1 机器配置 1.2 JVM参数 1.3 JVM版本 1.4 Apollo版本 1.5 单台机器客户端连接数(客户端数) 1.6 集群总客户端连接数(客户端数) 二、性能指标 2.1 获取配置Http接口响应时间 2.2 Config Server GC情况 2.3 CPU指标 很多同学关心Apollo的性能和可...
  • Environment variables

    Environment variables Application variables JVM variables General Environment variables CrateDB can be configured with some environment variables . There are many different ...
  • 1 Introduction

    1 Introduction 1 Introduction Micronaut is a modern, JVM-based, full stack Java framework designed for building modular, easily testable JVM applications with support for Java,...
  • 1 Introduction

    1 Introduction 1 Introduction Micronaut is a modern, JVM-based, full stack Java framework designed for building modular, easily testable JVM applications with support for Java,...
  • 压力测试

    压力测试 压测环境 测试结果 10万设备连接 30万设备连接 50万设备连接 数据上报,每秒上报10000条属性消息. 数据上报,每秒上报20000条属性消息. 压力测试 压力测试主要对设备连接数以及设备消息处理速度进行测试. 测试场景: 10万设备连接 30万设备连接 50万设备连接 每秒随机10000个设备发送1条消息. 总计...