logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FCGI::ProcManager::Constrained - Process manager with constraints

Description

       Subclass of FCGI::ProcManager which adds checks for memory limits like Apache::SizeLimit.

Name

       FCGI::ProcManager::Constrained - Process manager with constraints

Synopsis

           $ENV{PM_MAX_REQUESTS} = 1000;
           $ENV{PM_SIZECHECK_NUM_REQUESTS} = 10;
           $ENV{PM_MAX_SIZE} = 4096;

See Also