Comment 16 for bug 1512760

Revision history for this message
Andreas M (amuttsch) wrote : Re: Java applications leaks shmem chunks

Seems to work for me. Using "ipcs -m -p | wc -l" I checked the patch. Before patch (freshly rebooted system) launching a java app:

Before launch: 16
After launch: >500 (after working a bit with the app)

After patch:

Before launch: 8
After launch: 15

Thanks for the fix and providing a patch :-)