You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug/issue
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
To Reproduce
Please provide more information about:
5.0.14
[4144] 07 Mar 21:31:35.345 # fork operation failed
[4144] 07 Mar 21:31:35.367 # Background saving terminated by signal 1
[4144] 07 Mar 21:31:37.378 - DB 0: 6 keys (0 volatile) in 8 slots HT.
[4144] 07 Mar 21:31:37.380 - 4 clients connected (0 replicas), 744944 bytes in use
[4144] 07 Mar 21:31:41.000 * 10 changes in 300 seconds. Saving...
[4144] 07 Mar 21:31:41.007 * Background saving started by pid 7952
[7952] 07 Mar 21:31:41.122 #
The Windows version of Redis reserves heap memory from the system paging file
for sharing with the forked process used for persistence operations.At this time there is insufficient contiguous free space available in the
system paging file. You may increase the size of the system paging file.
Sometimes a reboot will defragment the system paging file sufficiently for
this operation to complete successfully.
Describe the bug/issue
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
To Reproduce
Please provide more information about:
[4144] 07 Mar 21:31:35.345 # fork operation failed
[4144] 07 Mar 21:31:35.367 # Background saving terminated by signal 1
[4144] 07 Mar 21:31:37.378 - DB 0: 6 keys (0 volatile) in 8 slots HT.
[4144] 07 Mar 21:31:37.380 - 4 clients connected (0 replicas), 744944 bytes in use
[4144] 07 Mar 21:31:41.000 * 10 changes in 300 seconds. Saving...
[4144] 07 Mar 21:31:41.007 * Background saving started by pid 7952
[7952] 07 Mar 21:31:41.122 #
The Windows version of Redis reserves heap memory from the system paging file
for sharing with the forked process used for persistence operations.At this time there is insufficient contiguous free space available in the
system paging file. You may increase the size of the system paging file.
Sometimes a reboot will defragment the system paging file sufficiently for
this operation to complete successfully.
Redis can not continue. Exiting.
Crash report
Redis version: 5.0.14
[7260] 07 Mar 21:31:47.291 # --- ABORT
[7260] 07 Mar 21:31:47.293 # --- STACK TRACE
redis-server.exe!((null):0)(0x00000016, 0x00000000, 0x1400DDC40, 0x1401B5750)
redis-server.exe!((null):0)(0x0014EFE8, 0x1400F8EBF, 0x00000016, 0x1400DDC40)
redis-server.exe!((null):0)(0x0014F001, 0x100000000, 0x00000000, 0x00000030)
redis-server.exe!((null):0)(0x0000000C, 0x1401A9160, 0x00000030, 0x0000005E)
redis-server.exe!((null):0)(0x7FE175800120, 0x14004A64C, 0x14017C7E8, 0x00000000)
redis-server.exe!((null):0)(0x7FE175800120, 0x1400847A7, 0x3939353636340030, 0x00003730)
redis-server.exe!((null):0)(0x00000000, 0x14004A75D, 0x1D83227B1A4D998, 0x00000000)
redis-server.exe!((null):0)(0x0014F1F0, 0x00000000, 0x00000000, 0x00000009)
redis-server.exe!((null):0)(0x005A7B80, 0x00DE0000, 0x00000000, 0x00001C5C)
redis-server.exe!((null):0)(0x01CC2D20, 0x00DE0000, 0x00DE0000, 0x0000009D)
redis-server.exe!((null):0)(0x000001B8, 0x00000000, 0x000001B8, 0x2AAAAAAAAAAAAAAB)
redis-server.exe!((null):0)(0x00000000, 0x00000000, 0x00585800, 0x00000000)
redis-server.exe!((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
KERNEL32.DLL!BaseThreadInitThunk((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
ntdll.dll!RtlUserThreadStart((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
ntdll.dll!RtlUserThreadStart((null):0)(0x00000000, 0x00000000, 0x00000000, 0x00000000)
[7260] 07 Mar 21:31:47.304 #
INFO output
Event Log
Additional context
Windows 10 专业版 版本号:20H2,操作系统内部版本:19042.1526
The text was updated successfully, but these errors were encountered: