# 配置數字好奇怪?

你可能會注意到，預設配置是奇怪的數字，而非整數或2的倍數(CPU除外) :

<figure><img src="/files/rs62ZdiEQQq0pgzU8dEU" alt=""><figcaption></figcaption></figure>

那麼，你可以嘗試把數字除以1024 (1GiB=1024MiB)...

<figure><img src="/files/2zoXJyhm4Yi0FPzcQ0n6" alt=""><figcaption></figcaption></figure>

3.139? 沒錯! 近似3.14，也就是 π *(*&#x70;i)；面板中會顯示四捨五入到小數點後第二位，所以會顯示3.14。

你現在懂記憶體了。那硬碟呢? 我們也除一下。

<figure><img src="/files/UER25Pa7KkmUXDiLrGGq" alt=""><figcaption></figcaption></figure>

9.809? 沒錯，也近似 9.81，也就是 g0 (地表重力加速度)；同理，面板也會顯示 9.81。\
對了，預防你忘記，g 的單位是 m/s^2 喲\
\&#xNAN;*p.s.* *g其實是9.80665，不過也近似9.81，兩者在面板顯示都相同。*

現在懂了嗎?


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.freeserver.tw/easter-eggs/specs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
