Brandon Fish
Brandon Fish
In case it's useful, I was previously trying configuring memory here to see how it affects sidekiq performance: https://github.com/oracle/truffleruby/issues/1584#issuecomment-624934453
@gogainda yes, that looks good to me.
@gogainda I also see the error `Process.fork is not supported by this Ruby` in the linked runs you provided. This should also be resolved. This fork error may be from...
I am able to run this after a few minutes on the latest master.
I suspect we are missing updating the lexical scope during the copy: https://github.com/ruby/ruby/blob/7332b3f367ce61089bf571fa1c458fde06a11eab/class.c#L253 https://github.com/ruby/ruby/blob/7332b3f367ce61089bf571fa1c458fde06a11eab/vm_insnhelper.c#L801
@eregon On macOS I see: ``` % ruby -e 'p File::FNM_SYSCASE' 0 ``` I found an old issue describing this: https://bugs.ruby-lang.org/issues/4255 This might be the glob implementation: https://github.com/ruby/ruby/blob/0db68f023372b634603c74fca94588b457be084c/dir.c#L2404-L2405 https://github.com/ruby/ruby/blob/0db68f023372b634603c74fca94588b457be084c/dir.c#L1754-L1782
So far, I've been unable to reproduce. I used the following steps. Does this look good @headius ? What are the steps for running the `wrk` loop to reproduce the...
Link to Ruby [feature request for byte arrays](https://bugs.ruby-lang.org/issues/13166)
This may be related to: https://github.com/rubyjs/libv8-node/issues/5
Feel free to close this as duplicate. I assume it is a duplicate of the above mentioned issue which links to this PR: https://github.com/rubygems/rubygems/pull/4488