phenim Posted December 4, 2014 Report Share Posted December 4, 2014 Ok im just wondering if these errors in the redis server are normal _._ _.-``__ ''-._ _.-`` `. `_. ''-._ Redis 2.8.12 (00000000/0) 64 bit .-`` .-```. ```\/ _.,_ ''-._ ( ' , .-` | `, ) Running in stand alone mode |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379 | `-._ `._ / _.-' | PID: 3828 `-._ `-._ `-./ _.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | http://redis.io `-._ `-._`-.__.-'_.-' _.-' |`-._`-._ `-.__.-' _.-'_.-'| | `-._`-._ _.-'_.-' | `-._ `-._`-.__.-'_.-' _.-' `-._ `-.__.-' _.-' `-._ _.-' `-.__.-' [3828] 04 Dec 19:08:20.341 # Server started, Redis version 2.8.12 [3828] 04 Dec 19:08:20.346 * DB loaded from disk: 0.005 seconds [3828] 04 Dec 19:08:20.346 * The server is now ready to accept connections on port 6379 [3828] 04 Dec 19:19:19.694 * 10 changes in 300 seconds. Saving... [3828] 04 Dec 19:19:19.695 # BeginForkOperation: system error caught. error code=0x000005af, message=BeginFork Operation: VirtualProtect failed: unknown error [3828] 04 Dec 19:19:19.695 # Can't save in background: fork: Invalid argument [3828] 04 Dec 19:19:19.796 * 10 changes in 300 seconds. Saving... [3828] 04 Dec 19:19:19.796 # BeginForkOperation: system error caught. error code=0x000005af, message=BeginFork Operation: VirtualProtect failed: unknown error [3828] 04 Dec 19:19:19.796 # Can't save in background: fork: Invalid argument [3828] 04 Dec 19:19:19.897 * 10 changes in 300 seconds. Saving... [3828] 04 Dec 19:19:20.014 # fork operation complete [3828] 04 Dec 19:19:20.067 * Background saving terminated with success Link to comment Share on other sites More sharing options...
0 Draftkid Posted December 4, 2014 Report Share Posted December 4, 2014 getting the same error.. Link to comment Share on other sites More sharing options...
0 daniel361 Posted December 4, 2014 Report Share Posted December 4, 2014 searched for the error code on google, got this: http://blog.marcgravell.com/2014_03_01_archive.html Link to comment Share on other sites More sharing options...
0 phenim Posted December 4, 2014 Author Report Share Posted December 4, 2014 AN UPDATE I CHANGED DOWN TO 2GB IN THE CONFIG AND GAVE MY PAGEFILE BEETWEEN 4 AND 8GB AND THE ERROR HAS STOPPED Oddy-B 1 Link to comment Share on other sites More sharing options...
0 nedfox Posted December 4, 2014 Report Share Posted December 4, 2014 Change your OP then please by adding : (Resolved) Ppl searching for same errors will know there's a solution in the thread. RC_Robio and Richie 2 Link to comment Share on other sites More sharing options...
0 tallboy2k7 Posted December 4, 2014 Report Share Posted December 4, 2014 How do you change the pagefile size for the 4-8 gb Edit: Unless you're talking about the windows system page file ? Link to comment Share on other sites More sharing options...
0 uniflare Posted December 4, 2014 Report Share Posted December 4, 2014 How do you change the pagefile size for the 4-8 gbEdit: Unless you're talking about the windows system page file ?exactly Link to comment Share on other sites More sharing options...
0 phenim Posted December 5, 2014 Author Report Share Posted December 5, 2014 YEP THATS EXACTLY WHAT IM TALKING ABOUT ITS IN SYSTEM THEN ADVANCED SYSTEM SETTINGS Link to comment Share on other sites More sharing options...
0 tinboye Posted March 13, 2016 Report Share Posted March 13, 2016 I am having a similar issue. but redis is giving me the error Message=BeginForkOperation: VirtualProtect failed for the heap: unknown error error code 0x000005af my windows page file is set to 14gb and my redis server conf file is correct. I even tried going as far as maxmemory 2gb maxheap 4gb save 900 1 save 300 10 save 60 1000 also tried maxmemory 1gb does not seem to change the outcome. any ideas? Link to comment Share on other sites More sharing options...
0 vbawol Posted March 14, 2016 Report Share Posted March 14, 2016 Hey guys, check the release files, we lowered the maxmemory to 1gb as in reality the redis database is only going to use a few mb even on larger servers. https://github.com/EpochModTeam/Epoch/blob/master/Server_Install_Pack/DB/redis.conf Also the redis-server.exe only supports 64bit operating systems and you can give the latest redis-server.exe a try from here: https://github.com/MSOpenTech/redis/releases/tag/win-2.8.2400 Link to comment Share on other sites More sharing options...
Question
phenim
Ok im just wondering if these errors in the redis server are normal
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now