Log message #4053177

# At Username Text
# Jul 18th 2017, 00:27 spencdev I get a few thousand images in, and it just fails. I've gotten it a long ways just by unsetting everything after it's saved, but at this point I have no idea how i'm exhausting the memory with that
# Jul 18th 2017, 00:26 spencdev While using shell, I'm trying to download over 100gb of images, and upload them to an S3 bucket, however, no matter what course of action I take, it seems to ALWAYS result in memory errors. I have tried unsets on each image after it's uploaded, and even unset on the entities after each save. Now I've reached a point I really can't control which is a memory exhaustion in `\vendor\guzzlehttp\psr7\src\Stream.php`
# Jul 17th 2017, 23:41 braeden Is it advantageous to use a UUID as PK? :|
# Jul 17th 2017, 22:26 cleptric Sure, I use it in almost every of may apps
# Jul 17th 2017, 22:18 xuding anyone tried to use UUID as the primary key in your cake project?
# Jul 17th 2017, 21:52 jeremyharris `$seriesData[$seriesName] =and $$seriesName;` yuk. I feel like this is going to come back to bite me
# Jul 17th 2017, 21:50 jeremyharris boy this thing I’m making is turning into a mess. now I’m using variable variables
# Jul 17th 2017, 21:44 cleptric I‘m still feeling bad for giving them way to less money in the first try ,:( All other stories should stay in NYC :zipper_mouth_face:
# Jul 17th 2017, 21:44 phantomwatson It's from an old show that used creepy marionette dolls.
# Jul 17th 2017, 21:43 cleptric Ok, after using dict.cc I got it :slightly_smiling_face:
# Jul 17th 2017, 21:43 savant why are their faces like that
# Jul 17th 2017, 21:41 slackebot <phantomwatson>
# Jul 17th 2017, 21:40 savant it was a new orleans themed restaurant, and they are on the ocean. joke about the ocean :slightly_smiling_face:
# Jul 17th 2017, 21:39 savant boys and girls
# Jul 17th 2017, 21:39 savant the bathrooms at the restaurant had “bouys” and “gulls”
# Jul 17th 2017, 21:39 cleptric Hmm, not sure what you mean
# Jul 17th 2017, 21:37 savant did you see that on the door for the speaker dinner, @cleptric ?
# Jul 17th 2017, 21:37 savant bouys and gulls
# Jul 17th 2017, 21:33 cleptric Wow, so much meta :grinning: Thanks guys :+1:
# Jul 17th 2017, 21:32 jeremyharris works on many levels
# Jul 17th 2017, 21:32 savant just for you!
# Jul 17th 2017, 21:31 savant if you pass the value, you get a whole new beer
# Jul 17th 2017, 21:31 jeremyharris PBR is a terrible hipster beer here in the US
# Jul 17th 2017, 21:31 savant if you pass the reference, you are sharing the beer
# Jul 17th 2017, 21:31 savant pass by reference vs pass by value
# Jul 17th 2017, 21:31 cleptric I don’t get it ,:)
# Jul 17th 2017, 21:29 jeremyharris hah
# Jul 17th 2017, 21:29 savant tweeted
# Jul 17th 2017, 21:28 savant beer that variable
# Jul 17th 2017, 21:28 savant oh dang
# Jul 17th 2017, 21:24 ericadeefox that's kind of like actual beer!
# Jul 17th 2017, 21:24 phantomwatson Hey @ericadeefox, new office policy: We say "beer that variable" instead of "pass it by reference" from now on.
# Jul 17th 2017, 21:22 jeremyharris forgive my randomness
# Jul 17th 2017, 21:22 jeremyharris :)
# Jul 17th 2017, 21:22 phantomwatson Oh. Took me a second. :slightly_smiling_face:
# Jul 17th 2017, 21:20 jeremyharris https://media.giphy.com/media/3ohzdK68ZHg7d7QvYc/giphy.gif
# Jul 17th 2017, 21:20 jeremyharris got it, thanks. you pointed me in the right direction, the arrays in the keyed array need to be PBRd
# Jul 17th 2017, 21:19 jeremyharris ah!
# Jul 17th 2017, 21:19 jeremyharris with call_user_func_array it just doesn’t touch the keyed array
# Jul 17th 2017, 21:18 phantomwatson Hm... `and` might need to be assigned to a specific variable for it to work. Have you tried to run that code?
# Jul 17th 2017, 21:17 jeremyharris works great if I do something like `synchronizeSeries($labels, $series1, $series2)` but I want to pass an unknown amount of args