Tool for estimating peak virtual memory use
http://jwilk.net/software/recidivm
recidivm estimates the target program's peak virtual memory use by running it multiple times with different memory limits.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / recidivm
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/recidivm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
recidivm-0.2.tar.gz | 0000007596 7.42 KB | |
recidivm-0.2.tar.gz.asc | 0000000833 833 Bytes | |
recidivm.changes | 0000002229 2.18 KB | |
recidivm.keyring | 0000005138 5.02 KB | |
recidivm.spec | 0000001600 1.56 KB |
Revision 8 (latest revision is 11)
Sebastian Wagner (sebix)
committed
(revision 8)
- update to version 0.2 * Capture stdin by default when stdio is not a tty. (This should make the -c option redundant for most practical purposes.) * Error out when target program fails regardless of memory limit. * Print the help message (-h) on stdout, not stderr. * Print signal names (e.g. “SIGABRT”) instead of numbers with descriptions (e.g. “signal 6 (Aborted)”). * Close unneeded file descriptors. * Unlink the temporary file as early as possible. * Improve the build system: + Set default PREFIX and DESTDIR. + Add “test-installed” target. + Add checks against BSD make. (Only GNU make is supported.)
Comments 0