32607528da47324047452ccebe5c1c6c991f37db galt Tue Oct 9 20:38:32 2012 -0700 Fix parasol to correctly enforce memory limits. diff --git src/parasol/version.doc src/parasol/version.doc index eb5e037..e742570 100644 --- src/parasol/version.doc +++ src/parasol/version.doc @@ -305,15 +305,18 @@ machines removed by users. Remove trailing / and /. from para -batch argument to fix common problem of batch name mismatch with using file name completion. Added -env option to paraNode, to allow specifying arbitray environment variables for jobs. 12.12 Added fix for results file does not exist yet to paraHub. Added support for -results=path/results option to parasol pstat2 command. This will help make jobTree able to retrieve status quickly without bogging things down. 12.13 Add ability to flush the results file from para and parasol clients. + +12.14 Fixed paraNode to correctly enforce memory use limits via RLIMIT_AS and RLIMIT_DATA instead of RLIMIT_CORE. +