Hi, Artifactory itself runs in a Java environment with a maximum size. (4GB I think, by default, but don't quote me.) However, the database engine you're using will need more or less RAM depending on the DB size / number of artifacts. (For example, MySQL will load the entire DB into RAM if the system has resources to do it.)
Based on observing our setup, I'd recommend at least four CPU cores assigned to artifactory. The application itself can keep a couple of cores pretty busy, and you'll want some slack for the database, system processes, etc. Regards, Dave On 4/30/2015 7:23 AM, phanidhar wrote: > Hello team, > > Can any one suggest for stable and good hardware requirements to host > artifactory in linux environment like how many cores and memory size like > ram which suits artifactory to run with out any obstacles like low speed > and and some other things > > > > -- > View this message in context: > http://forums.jfrog.org/Hardware-requirements-for-Artifactory-tp7580288.html > Sent from the Artifactory - Users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Artifactory-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
