rdubya has quit [Ping timeout: 276 seconds]
m4rCsi has joined #jruby
rdubya has joined #jruby
den_d has quit [*.net *.split]
Scorchin has quit [*.net *.split]
deathy has quit [*.net *.split]
headius has quit [*.net *.split]
codefinger has quit [*.net *.split]
cschneid has quit [*.net *.split]
rdubya has quit [Ping timeout: 260 seconds]
rtyler has quit [Quit: leaving]
atambo_ has quit [*.net *.split]
michael_mbp has quit [*.net *.split]
michael_mbp has joined #jruby
_whitelogger has joined #jruby
Puffball has quit [Read error: Connection reset by peer]
Crocket has quit [Quit: Leaving]
isavin has joined #jruby
shellac has joined #jruby
drbobbeaty has joined #jruby
drbobbeaty has quit [Client Quit]
drbobbeaty has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
isavin has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
rdubya has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
KeyJoo has quit [Ping timeout: 252 seconds]
KeyJoo has joined #jruby
rtyler has joined #jruby
KeyJoo has quit [Ping timeout: 250 seconds]
headius has joined #jruby
<headius> yo
<nirvdrum> Howdy.
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
shellac has quit [Ping timeout: 246 seconds]
den_d has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
KeyJoo has joined #jruby
rtyler has left #jruby [#jruby]
<den_d> hey guys, after upgrade to Jruby 9.2 we start having a memory leak, any info on how we are about to troubleshoot , it looks like the problem happens in model that uses nested enumerator to process large dataset in chunks
<headius> that's not good!
<headius> finding a leak is not too difficult...first thing would be to see if you can reproduce on JRuby master (9.2.1, snapshot builds available)
<headius> if you can, then just make it leak and force a heap dump with jmap command, jvisualvm GUI, or other ways
<den_d> is there a link?
<headius> usually it will be pretty obvious what objects are taking up all the memory
<headius> there should be a link from JRuby site...but I'll get the direct one for ya :-)
<den_d> to 9.2.1
<headius> why on earth does that page have no date/time
<headius> 🙄
<den_d> thx
<headius> ok, it's the most recent build, 5:50PM today
<headius> look at jmap command flags...it basically takes a pid and a couple args to produce a (BIG) dump file of everything in memory
<den_d> thx ! i'll get back in coupld of hours
<headius> sounds good...leaks are usually pretty easy to find
<headius> thanks for stopping by!
<headius> we want to put out 9.2.1 in the next couple weeks I think so this is good timing
<den_d> np
<headius> den_d: oh and open an issue please
<headius> so we can track this
<den_d> ok