Skip to content

Support low-ulimit platforms in Python runtime #3513

@lkingland

Description

@lkingland

The Python function runtime should raise its soft ulimit for open files
to match the hard limit at startup. Go and Java runtimes already do this
automatically. Without it, the Python runtime fails under load on
platforms with a low default soft limit (e.g. 1024).

The fix belongs in the middleware startup path.

Related: SRVOCF-788

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions