summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/pttbbs.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index 6a1559c6..e847ab96 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -124,6 +124,9 @@
/* 使用 rfork()取代 fork() . 目前只在 FreeBSD上有效 */
//#define USE_RFORK
+/* 使用 HUGETLB shared memory . 目前只在 Linux 上有效 */
+//#define USE_HUGETLB
+
/* 若定義, 則在刪除看板文章的時候, 僅會在 .DIR 中標明, 並不會將該資料
從 .DIR 中拿掉. 可以避免多項問題 (尤其是熱門看板一堆推薦及編輯時)
須配合使用 (尚未完成) */