redis在Windows上启动报错

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.

在网上搜了一下意思是:没有足够的可用空间,可以增加系统的大小分页文件,或减少Redis的堆的大小

使用--maxheap标志。

有时候重启可以解决

解决办法:在启动时,在启动命令后面加上--maxheap ***(例如:--maxheap 300m)

时间: 2024-10-04 21:54:51

redis在Windows上启动报错的相关文章

activemq在windows下启动报错,闪退问题

2015-04-22 22:42:36,825 | WARN | Exception thrown from LifecycleProcessor on context close | org.apache.activemq.xbean.XBeanBrokerFactory$1 | WrapperSimpleAppMain java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' be

jmeter在linux上启动报错:连接拒绝

最近在linux上使用jmeter进行压测时,遇到了下面问题: 使用jmeter-server启动jmeter server报错,提示中的endpoint并不是该server的ip: server的ip是内网的192.168.60.223,但endpoint却是202.106.199.37,貌似是联通的一个外网ip. [[email protected]_60_223 bin]# ./jmeter-server Created remote object: UnicastServerRef [l

windows tomcat 启动报错TOMCAT JAVA_HOME or JRE_HOME environment variable is not defined correctly

问题描述: TOMCAT JAVA_HOME or JRE_HOME environment variable is not defined correctly 报错信息如下:Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program;提示找不到java_home各jre

Windows SVN启动报错

解决方法(先不要关闭安装弹出的错误窗口): #启动VisualSVN Server报错提示Service 'VisualSVN Server' failed to start解决办法 1,运行:services.msc,打开服务器管理器,找到"VisualSVNServer": 2,点击右键--属性,打开"登录"选项卡.将"此帐户"改成"本地系统帐户".再回到安装程序弹出窗口处,选择"OK"即可:

新安装Windows 2012 启动报错0xc0000225

HP 台式机,支持UEFI安装:原有的机械硬盘安装了过Windows 2008,后删除掉系统盘,重新格式为数据盘,但是仍然是GPT分区. 加一块SSD硬盘. 用U盘启动安装Windows 2012.(这种安装方式,不支持UEFI,不支持安装到GPT硬盘,只支持安装到MBR硬盘) 启动后报错0xc0000225,回车后可以启动Windows 2012.问题是这样多麻烦啊 排错: 拔掉老的机械式大硬盘,启动一点问题木有啊 问题的解决: 后来在机器BIOS里面发现,原来BIOS里面优先启动UEFI设备

Rabbitmq 服务启动后停止 | Windows下启动报错Error: unable to connect to node [email protected]: nodedown

1.erlang版本和rabbitmq版本不匹配 版本匹配: http://www.rabbitmq.com/which-erlang.html 2.找到匹配的版本,卸载当前rabbitmq重新安装. 执行以下操作从计算机中完全卸载RabbitMQ和Erlang: (1)打开Windows控制面板,双击“程序和功能”. (2)在当前安装的程序列表中,右键单击RabbitMQ Server,然后单击“卸载”. (3)在当前安装的程序列表中,右键单击“Erlang OTP”,然后单击“卸载”. (4

sonar6.7启动报错: can not run elasticsearch as root

最近玩一下sonar, centos上启动报错: can not run elasticsearch as root,log如下: sonar.log 2017.11.20 21:16:48 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running2017.11.20 21:16:49 INFO app[][o.e.p.PluginsService] no modules loaded2017.1

linux查看与修改交换内存配置(解决zabbix-agent启动报错)

问题 zabbix-agent在一台centos6.5上启动报错: cannot allocate shared memory of size 949056: [28] No space left on device cannot allocate shared memory for collector 检查 # sysctl -a | grep shm kernel.shmmax = 33554432 kernel.shmall = 2097152 kernel.shmmni = 4096 k

32bit的windows 2008,Oracle实例启动报错ORA-00064

环境:windows 2008 32bit,oracle db 10.2.0.1 32bit 单机,32GB的物理内存 问题:实例启动报错:ORA-00064: object is too large to allocate on this O/S (1,4004280) 现象如下: H:\oracle\product\10.2.0\db_1\BIN>sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on 星期日 5月 2