File Descriptor Limit?

I thought I read somewhere that each linode is limited to 1024 descriptors. But I noticed I went above to 1079 or so. So I guess this isn't true?

1 Reply

You might have read it here:

http://www.linode.com/products/faq.cfm?id=19

But, the FAQ is incorrect. The correct technical answer is provided from this thread:

@caker:

On the host, each Linode uses two file descriptors for the console, one to /dev/null, one for each disk image, and one for each memory map the UML kernel opens.

I've observed Linodes consuming an average of 20-30 file descriptors on the host. There is a limit placed on each Linode on the host itself, but it is an insanely high value that's only there as a break for run-away Linodes (or other evil-doers).

Inside your Linode, you are free to use as many file descriptors as your UML kernel can handle (or /proc/sys/fs/file-max), which has a compiled in max of 1048576 open fd.

I'll get the FAQ updated, thanks!

-Chris

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct