Re: Java heap space / Neo4j/ Ubuntu 22.04

2025-02-08 Thread Francis Hitchens
Hi, This seems to be a common complaint that the upgrade from 20.02 to 22.04 causes the OOM killer to become more active. The consensus is that 22.04 uses more memory. So you have three options. Reduce the memory usage on the box by running less, add more memory or increase your swap partition

Re: [ANN] data.xml 0.2.0-alpha1

2016-12-29 Thread Francis Hitchens
Herwig, Thanks, I upgraded. The tip about the reader was very useful. So I can now pass a string representation of my element tag like so and it works... (zx/xml1-> zipper (zx/tag= (eval (read-string "::can/mqMessageHeader" Now I have another problem. With the 0.1.0 version that u

Re: [ANN] data.xml 0.2.0-alpha1

2016-12-23 Thread Francis Hitchens
s for some reason is not working. Do you know what the difference would be? (keyword ":can/mqMessageHeader") produces a keyword that looks correct ::can/mqMessageHeader but does not match. regards, Francis. On Thu, Dec 22, 2016 at 12:38 AM, Herwig Hochleitner wrote: > 2016-12-22 5:23 GMT

Re: [ANN] data.xml 0.2.0-alpha1

2016-12-21 Thread Francis Hitchens
Hi Herwig, Thanks for the quick response. So I upgraded to the latest version and now I see my tags represented not as QName Java objects but as horribly long keywords like so... xmlns.http%3A%2F%2Fintegration.sprint.com %2Fv2%2Fcommon%2FCanonicalDataModel.xsd/mqMessageHeader Is there a way I ca

Re: [ANN] data.xml 0.2.0-alpha1

2016-12-20 Thread Francis Hitchens
Hi Herwig, I would like some help on how to use namespaces. I'm using the org.clojure/data.xml "0.1.0-beta3" and am a bit confused and can't find any good examples. My namespaced xml message has elements where the :tag is an javax.xml.namespace.QName object. Up to now I have been just handlin