logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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