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
Deployment instructions say that 4 machines with at least 3gb of ram are required. However, checking the config file for agora servers just java requires at least 4 gigs:
java:
# maximum size of heap memory in Megabytes (int). Default: 4000. Your total
# RAM + SWAP needs to be bigger than this. If you are going to do very
# big tallies (hundred of thousands of votes or millions), you will need to
# change this to something bigger.
max_heap_memory_usage: 4000
What is the minimum amount of ram required to run a server considering not only java but all other pieces requirements?
The text was updated successfully, but these errors were encountered:
One more thing that I've found is that Deployment instructions on production make reference to a file called playbook.slave.yml that do not exists in the repository.
@nfortea Thanks for your response. This file us supposed to configure agora2 as slave of agora1. Does the playbook file used for authorities does the same?
Deployment instructions say that 4 machines with at least 3gb of ram are required. However, checking the config file for agora servers just java requires at least 4 gigs:
java:
# maximum size of heap memory in Megabytes (int). Default: 4000. Your total
# RAM + SWAP needs to be bigger than this. If you are going to do very
# big tallies (hundred of thousands of votes or millions), you will need to
# change this to something bigger.
max_heap_memory_usage: 4000
What is the minimum amount of ram required to run a server considering not only java but all other pieces requirements?
The text was updated successfully, but these errors were encountered: