From fc3b9361d486f24b134af595538d4f156c5ec757 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 31 Jul 2013 07:07:03 +0000 Subject: Show /proc/meminfo on NoMemoryError ref #8711 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/runner.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/runner.rb') diff --git a/test/runner.rb b/test/runner.rb index cbfa1d92b6..1f8ef83d2c 100644 --- a/test/runner.rb +++ b/test/runner.rb @@ -33,7 +33,6 @@ begin rescue NoMemoryError ObjectSpace.count_objects(h) p h - ObjectSpace.count_objects_size(h) - p h + system("cat /proc/meminfo") if File.exist?("/proc/meminfo") raise end -- cgit v1.2.3