For those with an active site (we are doing about ...
# cfml-general
d
For those with an active site (we are doing about 330 rpm), with ACF 2018 running on Ubuntu, how much physical RAM do you have? How much do you give the JVM?
j
Depends on the situation for me. If i'm doing something that does huge loops over queries, such as reporting, i'l add a whole lot more memory (and typically look at ways of breaking the job up into smaller chunks)
d
Ya, we do quite a bit of ETL and image processing.
b
Request throughput is not necessarily an indicator of RAM needs. I can hit a "hello world" page 1000 times a minute and still have a small heap size. This sort of question can really only be answered by you, via testing, and monitoring with a tool like FusionReactor
d
yes, I know, i was just giving an example of "active"
b
330 req per minute is only ~5 req per second, which really isn't that much. It all depends on what they're doing.
d
anyone? I just want to see what ppl are doing. that's all.
b
@dbinott As a consultant, I see a lot of client servers. I'd saw on average I see around 4-8 GB assigned to a non-dockerized server. I think that's a lot more than most people need, but it doesn't really hurt anything.
Do not take that observation to be any indication that any particular amount of ram is or isn't adequate for your application.
d
thanks.
👍 1