From ca1c23e2a74da7cccb89fd75b95fee87f5b52fb0 Mon Sep 17 00:00:00 2001 From: ngoto Date: Fri, 11 Jul 2014 16:32:07 +0000 Subject: * test/ruby/envutil.rb (assert_no_memory_leak): On Solaris 9 or later, if possible, execute child ruby with environment variables LD_PRELOAD=libumem.so UMEM_OPTIONS="backend=mmap". With these variables, freed memory is immediately returned to the OS. [Bug #10020] [ruby-dev:48391] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 607f392b20..d387094ff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Jul 12 01:13:45 2014 Naohisa Goto + + * test/ruby/envutil.rb (assert_no_memory_leak): On Solaris 9 or later, + if possible, execute child ruby with environment variables + LD_PRELOAD=libumem.so UMEM_OPTIONS="backend=mmap". With these + variables, freed memory is immediately returned to the OS. + [Bug #10020] [ruby-dev:48391] + Fri Jul 11 20:49:10 2014 Masaki Suketa * ext/win32ole/win32ole.c: add WIN32OLE_RECORD class to support -- cgit v1.2.3