I know we're serious here, but stuff like this reminds me why I love the internet so much. It's fun to cut loose once in a while.
Composer – Disable GC when computing deps and refs
11–20 of 135 posts
Re: Composer – Disable GC when computing deps and refs
#12Any more details on this?
Re: Composer – Disable GC when computing deps and refs
#13What is this guy doing that he needs gigabytes of memory to install a bunch of php libraries?
Before: Memory usage: 2194.78MB (peak: 3077.39MB), time: 1324.69s
After: Memory usage: 4542.54MB (peak: 4856.12MB), time: 232.66sRe: Composer – Disable GC when computing deps and refs
#14Re: Composer – Disable GC when computing deps and refs
#15Re: Composer – Disable GC when computing deps and refs
#16As far as i understand composer is roughly the same thing as the cpan client. And they just simply disabled the garbage collector for it. What is this guy doing that he needs gigabytes of memory to install a bunch of php libraries? Before: Memory usage: 2194.78MB (peak: 3077.39MB), time: 1324.69s After: Memory usage: 4542.54MB (peak: 4856.12MB), time: 232.66s
Re: Composer – Disable GC when computing deps and refs
#17Wait, when did Github become the new 4chan?
And it's been like this for 2 or 3 years now. I've seen comment spam of images for commits and issues for quite a while.
Re: Composer – Disable GC when computing deps and refs
#18As far as i understand composer is roughly the same thing as the cpan client. And they just simply disabled the garbage collector for it. What is this guy doing that he needs gigabytes of memory to install a bunch of php libraries? Before: Memory usage: 2194.78MB (peak: 3077.39MB), time: 1324.69s After: Memory usage: 4542.54MB (peak: 4856.12MB), time: 232.66s
Re: Composer – Disable GC when computing deps and refs
#19Could someone more versed with PHP, and this project explain why turning off garbage collection helped so much? and why they didn't turn it back on at the end of the function?
Re: Composer – Disable GC when computing deps and refs
#20As far as i understand composer is roughly the same thing as the cpan client. And they just simply disabled the garbage collector for it. What is this guy doing that he needs gigabytes of memory to install a bunch of php libraries? Before: Memory usage: 2194.78MB (peak: 3077.39MB), time: 1324.69s After: Memory usage: 4542.54MB (peak: 4856.12MB), time: 232.66s