> On July 24, 2013, 3:44 a.m., Ben Mahler wrote: > > jenkins/src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly, > > lines 11-17 > > <https://reviews.apache.org/r/12890/diff/1/?file=326213#file326213line11> > > > > Does the jenkins slave need this much by default, I would imagine the > > executors do most of the build work?
I spot checked a bunch of jenkins slaves at Twitter and looks like idle slaves also take up quite a lot of Mem, hovering around 400 MB. So, I think 512 MB is safe. Per executor overhead of 128M also looks reasonable from what I have seen on these slaves with non-idle executors. - Vinod ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12890/#review23733 ----------------------------------------------------------- On July 24, 2013, 3:26 a.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12890/ > ----------------------------------------------------------- > > (Updated July 24, 2013, 3:26 a.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Repository: mesos-git > > > Description > ------- > > See summary. > > > Diffs > ----- > > jenkins/src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java > ce33d5778f4acb9ee4f01837cf2ef39d2fbccfd6 > jenkins/src/main/java/org/jenkinsci/plugins/mesos/Mesos.java > f5234d44c136e32fb4af78dee9edf85796006a3d > jenkins/src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java > 63f218ba41cc80fd22a8f2b38de22776f1caf056 > > jenkins/src/main/java/org/jenkinsci/plugins/mesos/MesosComputerLauncher.java > ca66ab8b0bad3d42f0e2bcfa499622ce69d6fecd > > jenkins/src/main/java/org/jenkinsci/plugins/mesos/MesosRetentionStrategy.java > 17da814cc094bbe06539dc81875ad732b18ae417 > jenkins/src/main/java/org/jenkinsci/plugins/mesos/MesosSlave.java > eed0ba3d2f58864b10fb219b9080a5a9d4b0ce31 > > jenkins/src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly > a2e754ee17c5de162f130e034a1a5677e6d124ee > > jenkins/src/main/resources/org/jenkinsci/plugins/mesos/MesosSlave/configure-entries.jelly > 24448a8325d1d680b4d22a336b5d5a42e7d869e1 > > Diff: https://reviews.apache.org/r/12890/diff/ > > > Testing > ------- > > make jenkins && mvn hpi:run > > > Thanks, > > Vinod Kone > >
