久久天天躁狠狠躁夜夜免费观看,精品国产粉嫩内射白浆内射双马尾,久久国产欧美日韩精品,久久久久久性高,激情欧美成人久久综合

Redis 啟動失敗 Please see the documentation included with the binary distributions for more details on the --maxheap flag.

JSON 2017-08-31 21:26:28 8805

Redis 啟動失敗

錯誤信息如下:

The Windows version of Redis allocates a memory mapped heap for sharing with the forked process used for persistence operations. In order to share this memory, Windows allocates from the system paging file a portion equal to the size of the Redis heap. At this time there is insufficient contiguous free space available in the system paging file for this operation (Windows error 0x5AF). To work around this you may either increase the size of the system paging file, or decrease the size of the Redis heap with the --maxheap flag. Sometimes a reboot will defragment the system paging file sufficiently for this operation to complete successfully.

Please see the documentation included with the binary distributions for more details on the --maxheap flag.

大概的意思:

Windows 為 Redis 分配了內(nèi)存映射,但是這個內(nèi)存是共享的... ... 減少Redis內(nèi)存的使用,啟動的時候指定內(nèi)存大小。

這個本身在網(wǎng)上有很多說明這個問題的帖子,可是還是有同學不會找。

所以,用這個去啟動,也就是在命令后加上--maxheap 200m,我這是給初始化200M

D:\redisbin_x64\redis-server.exe  D:\redisbin_x64\redis.conf  --maxheap 200m

啟動成功如下:


版權(quán)所屬:SO JSON在線解析

原文地址:http://suancuo.cn/blog/242.html

轉(zhuǎn)載時必須以鏈接形式注明原始出處及本聲明。

本文主題:

如果本文對你有幫助,那么請你贊助我,讓我更有激情的寫下去,幫助更多的人。

關于作者
一個低調(diào)而悶騷的男人。
相關文章
Linux Centos 使用 Redis service 啟動,Redis service 腳本編寫
springboot啟動原理
springboot啟動原理
Kotlin Springboot 啟動Application main 方法正確姿勢
Ehcache項目啟動完畢報錯java.net.SocketTimeoutException: connect timed out
Elasticsearch 啟動 Likely root cause: java.nio.file.AccessDeniedException
Redis與Memcached的比較 ,然后選擇了Redis
Linux 安裝 Redis 詳細步驟講解
Redis主從復制底層算法
Redis緩存淘汰算法,LRU算法,LRU算法講解。
最新文章
計算機網(wǎng)絡的相關內(nèi)容 354
SOJSON V6 JavaScript 解密技巧與分析 5940
微信客服人工電話95068:如何快速解封微信賬號(2025最新指南) 11885
Java Http請求,HttpURLConnection HTTP請求丟失頭信息,Head信息丟失解決方案 5052
實用API合集分享:教你輕松獲取IP地址的API合集 8839
Linux I/O重定向 6705
Ruby 循環(huán) - while、for、until、break、redo 和 retry 3990
Node.js:全局對象 3604
如何使用終端檢查Linux上的內(nèi)存使用情況 3779
JavaScript對象詳細剖析 3252
最熱文章
免費天氣API,天氣JSON API,不限次數(shù)獲取十五天的天氣預報 745370
最新MyEclipse8.5注冊碼,有效期到2020年 (已經(jīng)更新) 703112
蘋果電腦Mac怎么恢復出廠系統(tǒng)?蘋果系統(tǒng)怎么重裝系統(tǒng)? 678428
Jackson 時間格式化,時間注解 @JsonFormat 用法、時差問題說明 561958
我為什么要選擇RabbitMQ ,RabbitMQ簡介,各種MQ選型對比 511823
Elasticsearch教程(四) elasticsearch head 插件安裝和使用 483716
Jackson 美化輸出JSON,優(yōu)雅的輸出JSON數(shù)據(jù),格式化輸出JSON數(shù)據(jù)... ... 299543
Java 信任所有SSL證書,HTTPS請求拋錯,忽略證書請求完美解決 246654
Elasticsearch教程(一),全程直播(小白級別) 232088
談談斐訊路由器劫持,你用斐訊路由器,你需要知道的事情 227528
支付掃碼

所有贊助/開支都講公開明細,用于網(wǎng)站維護:贊助名單查看

查看我的收藏

正在加載... ...