Replies: 2 comments
-
Worth mentioning, that it works when using the following settings: dotnet run -c Release -f net8.0 -- -i 512m -m 2050m --port 6379 --password XXX -p 128m -s 2g --obj-memory 128m --obj-page 3m --obj-segment 128m --obj-index 64m But I dont know it this is smart, are there any recommendations where/how to start optimizing everything? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Page size is configured based on the maximum value you might insert. The -p being larger would have allowed it to succeed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
within my docker setup I used for dev, everythings fine.
Now I wanted to replace redis on a real (big) project and encountered the following in production:
It sounds like a config error, maybe I need to adjust parameters but no idea where to start.
Any recommendations?
Beta Was this translation helpful? Give feedback.
All reactions