forked from mirror/NitWikit
fix jvm
This commit is contained in:
parent
295071ef3b
commit
65aed0b270
@ -34,8 +34,6 @@ C4 是 Zing 中唯一的垃圾收集器,取代了 OpenJDK 中可用的其他
|
||||
|
||||
添加选项`-XX:+CompactStrings`可减少内存占用,提高字符串密集型应用程序的性能,并减少花费在垃圾回收上的时间
|
||||
|
||||
使用`-XX:+UseZST` 开启
|
||||
|
||||
## 更高级别的 Falcon 优化
|
||||
|
||||
使用选项`-XX:FalconOptimizationLevel=3`可以获得更高级别的优化,但会出现兼容性问题
|
||||
@ -46,6 +44,8 @@ C4 是 Zing 中唯一的垃圾收集器,取代了 OpenJDK 中可用的其他
|
||||
|
||||
[官方安装教程](https://docs.azul.com/prime/zst/installation)
|
||||
|
||||
使用`-XX:+UseZST` 开启
|
||||
|
||||
## 下载
|
||||
|
||||
虽然需要公司账户,但我们通过神秘手段搞到了安装包,都是JDK
|
||||
|
@ -223,26 +223,6 @@ const config = {
|
||||
|
||||
indexName: 'yizhan',
|
||||
|
||||
// Optional: see doc section below
|
||||
contextualSearch: true,
|
||||
|
||||
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
|
||||
externalUrlRegex: 'external\\.com|domain\\.com',
|
||||
|
||||
// Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs
|
||||
replaceSearchResultPathname: {
|
||||
from: '/docs/', // or as RegExp: /\/docs\//
|
||||
to: '/',
|
||||
},
|
||||
|
||||
// Optional: Algolia search parameters
|
||||
searchParameters: {},
|
||||
|
||||
// Optional: path for search page that enabled by default (`false` to disable it)
|
||||
searchPagePath: 'search',
|
||||
|
||||
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
|
||||
insights: false,
|
||||
},
|
||||
}),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user