the relationship between metadata size and heap size

Ian Young ian at iay.org.uk
Mon Sep 14 12:14:56 EDT 2015


> On 13 Sep 2015, at 18:39, Cantor, Scott <cantor.2 at osu.edu> wrote:
> 
> I don't know why it's not logging a simple error if its out of memory

I don't want to focus on this too much, because who knows if it's really what is going on, but one possibility is that the exception is just being caught and discarded. This could be our code, or dependency code, or platform code, just doing a catch (Exception) or catch (Throwable) for some reason and swallowing the result.

I was quite surprised to find that ScheduledThreadPoolExecutor is *defined* to do this by default, for example.

    -- Ian




-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5250 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20150914/f3d5d3d5/attachment.p7s>


More information about the users mailing list