The Wayback Machine - https://web.archive.org/web/20200816101841/https://github.com/looly
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@elasticsearch-cn

Popular repositories

  1. A set of tools that keep Java sweet.

    Java 14.5k 4.5k

  2. Elasticsearch权威指南中文版

    Shell 1.9k 823

  3. 老齐(qiwsir)的Python基础教程Gitbook版

    Python 743 333

  4. 基于Netty的Http应用服务器

    Java 218 84

  5. 一个开源的Java基础工具包

    Java 64 54

  6. Hutool主页及文档

    HTML 34 16

1,053 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2020

Created an issue in Chris2018998/BeeCP that received 2 comments

默认配置下多核处理器中borrowConcurrentSize大于maxActive

在BeeDataSourceConfig中默认的: borrowConcurrentSize = Runtime.getRuntime().availableProcessors(); maxActive = 10; 此项默认配置有问题,当CPU核心数超过10时,默认配置会检查无效。 我用的锐…

2 comments
You can’t perform that action at this time.