Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] possible memory regression in nativestore or sailbase ?
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Tue, 14 Jan 2020 16:26:28 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosa.fgov.be; dmarc=pass action=none header.from=bosa.fgov.be; dkim=pass header.d=bosa.fgov.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=8X846Br1klb2WNYQW9HRW59SwAxyhXAhBuYM5cU0jJA=; b=MaWoWjiLuCi5MIZK5eMGVpbzrxXbtnvYcPT3q/rDNCxDOFzVKflEo4VP81RH3tZ38s4KeJyhrHN050xqSBVXU8XXb+t4I+FpcDnmmDNluEE+dIMwReuChXIRquVzeCAOgjGm3sHmnS6ujKfBeLPeg4xNBv865/7R9a3LRuogg7/ncu+J+ZLQGJQvd5WHiGjsIaY3wEvqxXeuy3x/mZItaiIYauV+mrMRsNac2C4SBrM3ir7ZJH++Utkc3v5GtHzRFmE++vZVq30G6eK9UWdNvZRye2RyeqjKxzttjV5YquT4xGSMAZ+13SrkPRk4EqDgr+XKi8oRG456OkPiHl/DrQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=E0SBga/lc6FF7iGBexr6/SG4LnGOM/8YjLet7QCl0Os9mSUTKcWBC0t2tlLxHvVjOjY49iWum/WhD4nri+vsH/KXgN0NWslr2qrUZcvWCMsZ1qkdEu6dSEXOOk5P+Ydm0tbyKbWI3HUisg68HMhYdCUlsY+QBwNAPWfGzfEvIeN6cglN9U8fyRABrXz8xgL/RcyB4TGabb0JQonAQQCsE1TGPZPVDfci6L7/g2hlbHikQKCpsrTaXPTI+T2gXUEbWRRw0rzJN59SElI+Yt8/1khotTDszzPspVjvz6P8AaC/agl/+57LQLgL5IcwArhgzPJjailEn4rlFxsyZdS+VA==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdXK90PihZavGkwESl65oI6jlCUbJQ==
  • Thread-topic: possible memory regression in nativestore or sailbase ?

Hi,

 

When looking into an old issue (https://github.com/eclipse/rdf4j/issues/1031) on memory leak in Nativestore with IsolationLevels.SERIALIZABLE,

I’ve noticed that RDF4J 3.1.0-SNAPSHOT seems to consume 4 times as much memory as 3.0.4 when running the program attached to issue 1031

(on MS-Windows 10, with AdoptOpenJDK 11.0.5, seems like a lot of references to Changeset.approve don’t get GC’ed)

 

Could someone else perhaps check if this also happens on their machine ? Thanks.

 

 

Best regards

 

Bart


Back to the top