首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

让 mongoDB 在 OpenVZ 上运作

2012-07-05 
让 mongoDB 在 OpenVZ 上运行Get mongoDB working on OpenVZ without out of memory problemcheck virtual

让 mongoDB 在 OpenVZ 上运行

Get mongoDB working on OpenVZ without out of memory problem
check virtual memory limit

?

ulimit -a | egrep virtual\|openopen files (-n) 1024virtual memory (kbytes, -v) unlimited
?

?

set virtual memory limit to 1.2GB or 1.4GB (total memory 2GB)

?


ulimit -v 1200000
?

热点排行