|
|
|
|
|
by byroot
1687 days ago
|
|
Yes, it work fine with Unicorn, YJIT is currently serving a small portion of Shopify storefront traffic, and that app runs with Unicorn. Of course since each of the unicorn process will generate its own executable code, the memory usage difference with Puma is even bigger, and copy on write can't help here. |
|
Ideally we would be able to eventually do the forks of a "mature" unicorn child an hour or so after all is JITed...