How to increase the file descriptor limit

1 post / 0 new
#1 Thu, 2015-09-24 04:41
nate9
  • nate9's picture
  • Offline
  • Last seen: 2 years 6 months ago
  • Joined: 2015-09-24

Hi,

I am creating an alpine linux image in Docker running java and apache JMeter. While I was able to increase the maximum amount of processes using "ulimit -p unlimited", I seem to be unable to do so with file descriptors, using "ulimit -n unlimited". It seems to be unable to set the limit with anything past a certain amount, as I tried 2048, and that worked.

The sysctl paramater seems to have it as a higher number. Anyone know what the problem may be?

EDIT: I figured it out, docker itself sets the ulimit properties of the container, and can be overridden when the alpine linux container is started up.