0

Has anyone tried to build a really light server that uses the least amount of space and memory, while giving high performance?

I would assume that linux kernel can be configured to keep only features that virtualbox, vmware or xen uses.

Gentoo with its USE flags might be the best option. But are there distros that are optimized specifically to run web servers under virtual machines?

kirill_igum
  • 121
  • 1
  • 6
  • feel free to correct me. I have experience with gentoo but I don't have experience maintaining a web server fro more than few days. – kirill_igum Apr 26 '12 at 05:18

2 Answers2

2

Or TinyCore with thttpd.

mgorven
  • 30,615
  • 7
  • 79
  • 122
1

Damn Small Linux + lighthttpd

Doesn't get much more anorexic than that. I wouldn't bother with compiling your own kernel or stripping out too much, unless you're a kernel developer or want to be one. Unless you're running a web server on a wristwatch (or perhaps one of TomTom's mobile phones?), DSL should be small enough for you.

Wesley
  • 32,690
  • 9
  • 82
  • 117