robbyoconnor has quit [Quit: Konversation terminated!]
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
mattwildig has joined #jruby
robbyoconnor has joined #jruby
bjfish2 has joined #jruby
bjfish2 has quit [Client Quit]
cremes has quit [Remote host closed the connection]
tomjoro has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
tomjoro has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 248 seconds]
tomjoro has quit [Ping timeout: 255 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #jruby
whitby has quit [Ping timeout: 276 seconds]
chi6rag has joined #jruby
mattwildig has quit [Remote host closed the connection]
tomjoro has joined #jruby
robbyoconnor has quit [Ping timeout: 240 seconds]
pawnbox has quit [Remote host closed the connection]
tomjoro has quit [Ping timeout: 255 seconds]
pawnbox has joined #jruby
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 248 seconds]
rsim has joined #jruby
rsim has quit [Remote host closed the connection]
thedarkone2 has quit [Quit: thedarkone2]
rsim has joined #jruby
rsim has quit [Remote host closed the connection]
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 250 seconds]
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 240 seconds]
jensnockert has joined #jruby
rsim has joined #jruby
rsim has quit [Remote host closed the connection]
Antiarc has quit [Ping timeout: 276 seconds]
rsim has joined #jruby
rsim has quit [Remote host closed the connection]
Antiarc has joined #jruby
pawnbox has quit [Remote host closed the connection]
rsim has joined #jruby
rsim1 has joined #jruby
rsim has quit [Ping timeout: 240 seconds]
tomjoro has joined #jruby
blaxter has joined #jruby
brauliobo_ has joined #jruby
Antiarc has quit [Ping timeout: 248 seconds]
Antiarc has joined #jruby
pawnbox has joined #jruby
blaxter has quit [Ping timeout: 248 seconds]
donV has joined #jruby
skade has joined #jruby
blaxter has joined #jruby
vtunka has joined #jruby
donV has quit [Ping timeout: 276 seconds]
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 255 seconds]
elia has joined #jruby
ITXpander has joined #jruby
djellemah_ has joined #jruby
djellemah_ has quit [Ping timeout: 248 seconds]
jensnockert has quit [Remote host closed the connection]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 244 seconds]
chi6rag has quit [Remote host closed the connection]
jensnockert has joined #jruby
jensnockert has quit [Ping timeout: 240 seconds]
cschneid has quit [Ping timeout: 240 seconds]
zph has quit [Ping timeout: 240 seconds]
jensnockert has joined #jruby
dfr has quit [Ping timeout: 240 seconds]
hoodow has quit [Ping timeout: 240 seconds]
chrisseaton has quit [Ping timeout: 240 seconds]
bruceadams has quit [Ping timeout: 240 seconds]
hoodow has joined #jruby
hoodow has quit [Changing host]
hoodow has joined #jruby
bruceadams has joined #jruby
chrisseaton has joined #jruby
zph has joined #jruby
cschneid has joined #jruby
dfr has joined #jruby
rsim1 has quit [Quit: Leaving.]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
jensnockert has quit [Remote host closed the connection]
jensnockert has joined #jruby
donV has joined #jruby
pawnbox_ has joined #jruby
pawnbox has quit [Ping timeout: 252 seconds]
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 240 seconds]
vtunka has quit [Quit: Leaving]
pawnbox_ has quit [Remote host closed the connection]
vtunka has joined #jruby
yfeldblum has quit [Ping timeout: 250 seconds]
nirvdrum has joined #jruby
pawnbox has joined #jruby
donV has quit [Quit: donV]
bbrowning_away is now known as bbrowning
pawnbox has quit [Ping timeout: 244 seconds]
pawnbox has joined #jruby
<GitHub0>
[jruby] nirvdrum commented on commit 8cb49b7: This looks fine for the one String you're currently handling (`"nil"`). We'll just need to keep an eye on this as we fill in additional Strings. In most cases, they won't be `ASCII-8BIT`. https://git.io/v2q1H
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<GitHub36>
[jruby] kares closed issue #3633: Failures in JRuby 9.0.5.0 on Sinatra build https://git.io/vgTth
mattwildig has quit [Remote host closed the connection]
projectodd-ci has quit []
mrmargolis has joined #jruby
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
mattwildig has joined #jruby
subbu is now known as subbu|lunch
<mrmargolis>
Since updating to JRuby 9k I'm seeing sidekiq under load hit 100% CPU and lock up. I'm pretty sure it's GC as some of the time the process comes back from hanging after 20-60 seconds and works again for a while before locking up again. Is there a recommended GC strategy that tends to be a good default to use with JRuby on 9k?
<GitHub152>
[jruby] headius pushed 5 new commits to ruby-2.3: https://git.io/v2YTN
<GitHub152>
jruby/ruby-2.3 f49c014 Charles Oliver Nutter: Exclude MRI method tests relating to define_method scoping.
<GitHub152>
jruby/ruby-2.3 d50c357 Charles Oliver Nutter: Exclude remaining MRI TestProcess failures.
<GitHub152>
jruby/ruby-2.3 49e29c1 Charles Oliver Nutter: Update to latest psych.
jensnockert has joined #jruby
jensnockert has quit [Ping timeout: 250 seconds]
lanceball is now known as lance|afk
mattwildig has quit [Remote host closed the connection]
donV has quit [Quit: donV]
<nirvdrum>
mrmargolis: You can either run in jvisualvm or just do GC logging to verify your hypothesis.
<nirvdrum>
I'd probably start there before trying to swap out the GC strategy.
<nirvdrum>
You could also just bump your heap size and see if that helps.
<mrmargolis>
nirvdrum: Ok, I'll try that. Thanks
<nirvdrum>
No problem. Please report back either way :-)
<GitHub108>
jruby/ruby-2.3 3d1d49f Thomas E. Enebo: Match MRI a little closer and rely on not being ASCII vs being mbc (which likely works better in presence of invalid char data too)
mattwildig has joined #jruby
brauliobo_ has quit [Ping timeout: 240 seconds]
<GitHub99>
[jruby] pitr-ch opened pull request #3691: [Truffle] Add Rails app integration test (master...rails) https://git.io/v2Y0q
<GitHub132>
[jruby] lopex commented on commit 020d8a1: cygwin matches linux and not available on mingw builds at all https://git.io/v2YSg
<GitHub182>
[jruby] chrisseaton pushed 15 new commits to master: https://git.io/v2Y9v
<GitHub182>
jruby/master 4f62879 Chris Seaton: [Truffle] Tidy up ObjectGraph.
<GitHub182>
jruby/master ea1a785 Chris Seaton: [Truffle] Basic tidy up of SingletonClassNode.
<GitHub182>
jruby/master ba5ac0d Chris Seaton: [Truffle] Cache .singleton_class for classes.
<mrmargolis>
nirvdrum: Ended up rolling back to 1.7.24. Seeing 2-20x slowdowns in rails app performance even after using faster hardware and bumping heap limits :( We'll dig into it and submit an issue if we can reproduce with a smaller app.
johnsonch has joined #jruby
<nirvdrum>
Sucky.
auxbuss has joined #jruby
auxbuss has quit [Client Quit]
mattwildig has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 240 seconds]
<GitHub105>
[jruby] chrisseaton pushed 2 new commits to truffle-head: https://git.io/v2YQD
<GitHub105>
jruby/truffle-head 1b7e8d6 Chris Seaton: Merge branch 'master' into truffle-head...
<GitHub105>
jruby/truffle-head d83608c Chris Seaton: Merge branch 'master' into truffle-head
<GitHub185>
[jruby] chrisseaton fast-forwarded master from b43d6d0 to 71366af: https://git.io/v2YQy
skade has quit [Quit: Computer has gone to sleep.]