Jump to content
  • 0

Redis Server Errors (SOLVED)


phenim

Question

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

9 answers to this question

Recommended Posts

  • 0

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

  • 0

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...