Re: [slurm-users] Recommended amount of memory for the database server

2022-09-26 Thread Paul Edmon
It should generally be as much as you need to hold the full database in memory.  That said if you are storing Job Envs and Scripts that will be a lot of data, even with the deduping they are doing.  We've generally done about 90 GB buffer size here with out much of any issue even though our dat

[slurm-users] Recommended amount of memory for the database server

2022-09-25 Thread byron
Hi Does anyone know what is the recommended amount of memory to give slurms mariadb database server? I seem to remember reading a simple estimate based on the size of certain tables (or something along those lines) but I can't find it now. Thanks