Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Performance


Performance Modes in Blocklet Server#

By default, blocklets, the server, and services run in low-consumption mode, which is designed to save resources.

In this mode:

- 🧠 Memory usage is roughly 50% lower

- ⚙️ CPU Performance is roughly 30% lower

How to switch to normal performance mode?#

To enable normal performance and resource usage for the server and services:

export ABT_NODE_KERNEL_MODE=performant


To enable normal performance and resource usage for blocklets:

export ABT_NODE_BLOCKLET_MODE=performant


How to switch to low performance mode?#

To enable normal performance and resource usage for the server and services:

export ABT_NODE_KERNEL_MODE=normal


To enable normal performance and resource usage for blocklets:

export ABT_NODE_BLOCKLET_MODE=normal


How to enable switch?#

Then restart the server:

blocklet server start