Roman Gershman
Roman Gershman
I would run memtier separately from the server node as well. Not that it's impossible to get 1M running both on the same machine but it greatly affects benchmark numbers...
@ryanrussell in terms of priority for the project, writing canonical benchmarking scripts is less important right now. You have great knowledge on how to improve the maintainability and manageability of...
@drinkbeer , do not expect to reach anywhere close to 3.8M qps on GCP. AWS networking capabilities are higher than any other public cloud. Having said that, I would expect...
> > AWS networking capabilities are higher than any other public cloud. Having said that, I would expect for c2 to reach higher throughput. > > If you take a...
@drinkbeer preliminary results... took 2 machines c2-60 as you did  fetched DF binary v0.2.0 from https://github.com/dragonflydb/dragonfly/releases/download/v0.2.0/dragonfly-x86_64.unstripped.tar.gz ```bash ev@test-c1:~$ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04...
Now I see you used 1 vCPU per core ratio. I use the regular 2 vCPU / core
Step2: I took a plain [Ubuntu image 22.04](https://console.cloud.google.com/compute/imagesDetail/projects/ubuntu-os-cloud/global/images/ubuntu-2204-jammy-v20220609). the only thing I did before running DF was invoking `ulimit -n 20000` and then `./dragonfly-x86_64 --logtostderr` client (loadtest) instance: took `n2-custom-80-40960`...
Step 3: used BullsEye - `projects/debian-cloud/global/images/debian-11-bullseye-v20220519` dragonfly: https://github.com/dragonflydb/dragonfly/releases/download/v0.2.0/dragonfly-x86_64.unstripped.tar.gz Everything else like before. As you can see - I can confirm that Debian 11 is very bad performance-wise. I suspect that...
@drinkbeer hey man, did you have a chance to experiment with it?
@drinkbeer I am closing. Feel free to reopen if you have any questions