Martian
view release on metacpan or search on metacpan
version 0.08
SYNOPSIS
This is an extension of the Starman server that can be run via Starman
by specifying the server Martian. It allows the server to kill the
processes when they use too much memory. This is done between requests
so that the web server isn't interrupted. This is similar to the max
requests parameter.
starman phoenix-ui-admin.psgi --listen :5001 --server Martian --memory-limit 10000
The memory figure relates to the processes 'maximum shared memory or
current resident set' which shows up in top/htop as RES. The figure is
in KiB.
NAME
Martian - A more constrained Starman
VERSION
lib/Martian.pm view on Meta::CPAN
version 0.08
=head1 SYNOPSIS
This is an extension of the Starman server that can be run via Starman by specifying
the server Martian. It allows the server to kill the processes when they use
too much memory. This is done between requests so that the web server isn't interrupted.
This is similar to the max requests parameter.
starman phoenix-ui-admin.psgi --listen :5001 --server Martian --memory-limit 10000
The memory figure relates to the processes 'maximum shared memory or current resident set'
which shows up in top/htop as RES. The figure is in KiB.
=head1 NAME
Martian - A more constrained Starman
=head1 VERSION
( run in 1.531 second using v1.01-cache-2.11-cpan-e93a5daba3e )