-
Run the ELCImagePickerDemo, select a picture (resolution 3Kx2K), the memory consumption of the demo app jumps from 8M to 50M, then stays at 40M. If select 5 pictures, the memory jumps from 8M to 130M,…
-
```
What steps will reproduce the problem?
1. Start crawling a large website.
2. analyze memory consumption with a tool like "top" and see how it grows
continuously in a linear way.
3. observe how the…
-
Hi Keith,
Today I tried using s3util to stream 50 x 50MB videos to S3 in one second. My Heroku dyno ran out of memory (512MB).
```
vegeta attack -targets=targets-video.txt -rate=50 -duration=1s > re…
-
```
What steps will reproduce the problem?
1. Create a JUnit test with a simple document generation (any document will do)
The code used looks something like this:
String templateRelativeFi…
-
Currently the library is not optimised for memory. One easy optimisation is to remove the variable names in EVMDD nodes and instead rely on the ordering (which gives the name for each level). A more s…
-
**Describe the bug**
I am using onnxruntime-gpu on Windows with Python=3.8. I trained a small UNet in tensorflow and transformed the model to an onnx model. I now try to run this model
When runnin…
-
Hi @haofanwang Is it possible to directly save the sdv 1.5 unet + depth control model into another new model called SD_V1.5_depth and load that model in our pipe control and not call the pipe_inpaint…
-
Hello,
While working with real-world data with a couple hundred million rows, Python is able to run on about 50GB memory consumption as per the Mac's activity monitor. On the other hand, Codon uses…
-
Bimrocket is consuming too much memory.The reason is that THREE.BufferGeometry is not used?
-
As described in [this hackmd](https://hackmd.io/@salsa/Hks2VOnj0), we would like to support LRU-style collection for interned values so that we can cap maximum memory consumption.