redis啟動出錯

2021-08-14 23:47:58 字數 413 閱讀 5240

如果還沒有啟動成功,可能原因是沒有指定maxheap,當然了不指定該引數不一定報錯,但是出現上述原因,通常是這個原因導致的。

此時跟上面方法一樣到目錄下,執行命令

redis-server.exe redis.windows.conf –maxheap 200m

這是臨時方式,也可以進入redis.windows.conf 最後增加配置maxheap 200m

如果需要將redis註冊為服務:

​ 1. 先進入redis的目錄,然後執行命令:redis-server –server-uninstall

​ 2.解除安裝完成後重新安裝服務:redis-server.exe –service-install redis.windows.conf –maxheap 200m.

如果後續有別的錯誤,會繼續更新。。。。

REDIS啟動出錯的原因

解決方法 win r 輸入cmd 然後進入redis檔案中 輸入redis cli.exe 然後enter回車 輸入shutdown,然後enter回車 輸入exit,然後enter回車 然後重新執行redis server.exe redis.windows.conf,啟動成功!報此錯誤是指記憶體...

Tomcat啟動出錯????

在eclipse.開發環境下,使用spring webwork的框架下tomcat啟動出現以下錯誤 資訊 starting coyote http 1.1 on http 8080 2006 7 17 16 03 49 org.apache.jk.common.channelsocket init ...

weblogic啟動出錯

正常在weblogic目錄中通過start server啟動是沒有問題的,可是當把weblogic配置到 myeclipse中去,啟動的時候就出問題 weblogic.management.configuration.configurationexception with nested except...